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

  /bionic/libc/malloc_debug/
exported32.map 11 debug_malloc;
exported64.map 11 debug_malloc;
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);
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 50 void* debug_malloc(size_t);
133 // Verify debug_malloc.
134 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(alloc_size));
200 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100));
214 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100));
231 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100));
251 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100));
279 void* pointer = debug_malloc(10);
312 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100));
376 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_debug.h 48 debug_malloc(const char *file, unsigned line, const char *function,
72 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
  /external/libvorbis/lib/
misc.h 33 #ifdef DEBUG_MALLOC
  /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 );
  /external/valgrind/coregrind/
m_mallocfree.c 51 // #define DEBUG_MALLOC // turn on heavyweight debugging machinery
735 # ifdef DEBUG_MALLOC
    [all...]
  /prebuilts/android-emulator/linux-x86_64/
emulator-arm 
emulator-mips 
emulator-x86 

Completed in 1413 milliseconds