HomeSort by relevance Sort by last modified time
    Searched full:backlog_num (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/
heaptracker.c 94 static unsigned backlog_num; variable
308 &backlog_first, &backlog_last, &backlog_num,
335 backlog_num++;
339 while (backlog_num > BACKLOG_MAX) {
497 // malloc_log("+++ DELETING %d BACKLOGGED ALLOCATIONS\n", backlog_num);
539 // num_checked_backlog, backlog_num);
  /bionic/libc/bionic/
malloc_debug_check.cpp 108 static unsigned backlog_num; variable
287 &backlog_tail, &backlog_head, &backlog_num,
305 backlog_num++;
309 while (backlog_num > gMallocDebugBacklog) {

Completed in 840 milliseconds