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

  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_debug.h 60 debug_realloc(const char *file, unsigned line, const char *function,
87 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
  /external/virglrenderer/src/gallium/auxiliary/os/
os_memory_debug.h 60 debug_realloc(const char *file, unsigned line, const char *function,
87 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 59 void* debug_realloc(void*, size_t);
183 pointer = reinterpret_cast<uint8_t*>(debug_realloc(nullptr, alloc_size));
191 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, alloc_size * 2));
201 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, alloc_size));
207 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, 0));
381 pointer = debug_realloc(nullptr, 30);
384 pointer = debug_realloc(pointer, 100);
430 pointer = reinterpret_cast<uint8_t*>(debug_realloc(nullptr, 100));
435 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, 200));
439 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, 0))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c 222 debug_realloc(const char *file, unsigned line, const char *function, function
  /bionic/libc/malloc_debug/
malloc_debug.cpp 88 void* debug_realloc(void* pointer, size_t bytes);
596 void* debug_realloc(void* pointer, size_t bytes) { function

Completed in 3317 milliseconds