Lines Matching defs:pointer
118 static void LogTagError(const Header* header, const void* pointer, const char* name) { in LogTagError()
267 static size_t internal_malloc_usable_size(void* pointer) { in internal_malloc_usable_size()
281 size_t debug_malloc_usable_size(void* pointer) { in debug_malloc_usable_size()
302 void* pointer; in internal_malloc() local
334 void* pointer = internal_malloc(size); in debug_malloc() local
343 static void internal_free(void* pointer) { in internal_free()
399 void debug_free(void* pointer) { in debug_free()
422 void* pointer; in debug_memalign() local
484 void* debug_realloc(void* pointer, size_t bytes) { in debug_realloc()
614 void* pointer; in debug_calloc() local
673 const void* pointer = reinterpret_cast<void*>(base); in debug_iterate() local
704 ssize_t debug_malloc_backtrace(void* pointer, uintptr_t* frames, size_t frame_count) { in debug_malloc_backtrace()