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

  /bionic/libc/bionic/
pthread_debug.c 339 static void* debug_realloc(void *ptr, size_t size, size_t old_size) { function
414 pList->data = debug_realloc(pList->data, size, oldsize);

Completed in 79 milliseconds