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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_memory_debug.h 60 debug_realloc(const char *file, unsigned line, const char *function,
78 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_debug.h 60 debug_realloc(const char *file, unsigned line, const char *function,
78 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_memory.c 192 debug_realloc(const char *file, unsigned line, const char *function, function
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c 192 debug_realloc(const char *file, unsigned line, const char *function, function
  /bionic/libc/bionic/
pthread_debug.cpp 160 static void* debug_realloc(void *ptr, size_t size, size_t old_size) { function
235 pList->data = debug_realloc(pList->data, size, oldsize);

Completed in 3635 milliseconds