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

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c 110 debug_malloc(const char *file, unsigned line, const char *function, function
185 void *ptr = debug_malloc( file, line, function, count * size );
200 return debug_malloc( file, line, function, new_size );
  /bionic/libc/malloc_debug/
malloc_debug.cpp 73 void* debug_malloc(size_t size);
281 void* debug_malloc(size_t size) { function
455 return debug_malloc(bytes);
509 new_pointer = debug_malloc(bytes);

Completed in 4235 milliseconds