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

  /bionic/libc/malloc_debug/
exported32.map 20 debug_realloc;
exported64.map 19 debug_realloc;
malloc_debug.cpp 77 void* debug_realloc(void* pointer, size_t bytes);
484 void* debug_realloc(void* pointer, size_t bytes) { function
  /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 )
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 53 void* debug_realloc(void*, size_t);
161 pointer = reinterpret_cast<uint8_t*>(debug_realloc(nullptr, alloc_size));
169 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, alloc_size * 2));
179 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, alloc_size));
185 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, 0));
299 pointer = debug_realloc(nullptr, 30);
302 pointer = debug_realloc(pointer, 100);
345 pointer = reinterpret_cast<uint8_t*>(debug_realloc(nullptr, 100));
349 pointer = reinterpret_cast<uint8_t*>(debug_realloc(pointer, 200));
352 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

Completed in 2631 milliseconds