OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debug_realloc
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/malloc_debug/
exported32.map
19
debug_realloc
;
exported64.map
18
debug_realloc
;
malloc_debug.cpp
76
void*
debug_realloc
(void* pointer, size_t bytes);
449
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,
78
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);
156
pointer = reinterpret_cast<uint8_t*>(
debug_realloc
(nullptr, alloc_size));
164
pointer = reinterpret_cast<uint8_t*>(
debug_realloc
(pointer, alloc_size * 2));
174
pointer = reinterpret_cast<uint8_t*>(
debug_realloc
(pointer, alloc_size));
180
pointer = reinterpret_cast<uint8_t*>(
debug_realloc
(pointer, 0));
294
pointer =
debug_realloc
(nullptr, 30);
297
pointer =
debug_realloc
(pointer, 100);
340
pointer = reinterpret_cast<uint8_t*>(
debug_realloc
(nullptr, 100));
344
pointer = reinterpret_cast<uint8_t*>(
debug_realloc
(pointer, 200));
347
pointer = reinterpret_cast<uint8_t*>(
debug_realloc
(pointer, 0))
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c
192
debug_realloc
(const char *file, unsigned line, const char *function,
function
Completed in 2169 milliseconds