| /bionic/libc/malloc_debug/tests/ |
| D | malloc_debug_unit_tests.cpp | 208 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(alloc_size)); in VerifyAllocCalls() local 290 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local 354 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local 371 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local 391 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local 421 void* pointer = debug_malloc(10); in TEST_F() local 459 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local 509 void* pointer = debug_memalign(1024, 100); in TEST_F() local 528 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local 555 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local [all …]
|
| /bionic/libc/malloc_debug/ |
| D | RecordData.cpp | 56 AllocEntry::AllocEntry(void* pointer, uint64_t start_ns, uint64_t end_ns) in AllocEntry() 59 MallocEntry::MallocEntry(void* pointer, size_t size, uint64_t start_ns, uint64_t end_ns) in MallocEntry() 67 FreeEntry::FreeEntry(void* pointer, uint64_t start_ns, uint64_t end_ns) in FreeEntry() 75 CallocEntry::CallocEntry(void* pointer, size_t nmemb, size_t size, uint64_t start_ns, in CallocEntry() 84 ReallocEntry::ReallocEntry(void* pointer, size_t size, void* old_pointer, uint64_t start_ns, in ReallocEntry() 94 MemalignEntry::MemalignEntry(void* pointer, size_t size, size_t alignment, uint64_t start_ns, in MemalignEntry()
|
| D | malloc_debug.cpp | 309 static void LogError(const void* pointer, const char* error_str) { in LogError() 327 static bool VerifyPointer(const void* pointer, const char* function_name) { in VerifyPointer() 353 static size_t InternalMallocUsableSize(void* pointer) { in InternalMallocUsableSize() 502 size_t debug_malloc_usable_size(void* pointer) { in debug_malloc_usable_size() 557 void* pointer = result.getValue<void*>(); in InternalMalloc() local 595 static TimedResult InternalFree(void* pointer) { in InternalFree() 656 void debug_free(void* pointer) { in debug_free() 698 void* pointer; in debug_memalign() local 765 void* debug_realloc(void* pointer, size_t bytes) { in debug_realloc() 931 void* pointer; in debug_calloc() local [all …]
|
| D | DebugData.h | 58 Header* GetHeader(const void* pointer) { in GetHeader() 86 std::unique_ptr<PointerData> pointer; variable
|
| D | PointerData.cpp | 293 uintptr_t pointer = DemanglePointer(info.mangled_ptr); in LogFreeError() local 316 uintptr_t pointer = DemanglePointer(info.mangled_ptr); in VerifyFreedPointer() local 378 uintptr_t pointer = reinterpret_cast<uintptr_t>(ptr); in LogFreeBacktrace() local 408 uintptr_t pointer = DemanglePointer(entry.first); in GetList() local
|
| D | GuardData.cpp | 49 void GuardData::LogFailure(const Header* header, const void* pointer, const void* data) { in LogFailure()
|
| /bionic/libc/malloc_hooks/ |
| D | malloc_hooks.cpp | 85 static void* default_realloc_hook(void* pointer, size_t bytes, const void*) { in default_realloc_hook() argument 89 static void default_free_hook(void* pointer, const void*) { in default_free_hook() argument 124 size_t hooks_malloc_usable_size(void* pointer) { in hooks_malloc_usable_size() 135 void hooks_free(void* pointer) { in hooks_free() 149 void* hooks_realloc(void* pointer, size_t bytes) { in hooks_realloc()
|
| /bionic/linker/ |
| D | linker_block_allocator_test.cpp | 43 void* pointer; member
|
| /bionic/libc/kernel/uapi/linux/ |
| D | vbox_vmmdev_types.h | 154 } pointer; member 172 } __attribute__((__packed__)) pointer; member
|
| D | wireless.h | 267 void * pointer; member
|
| /bionic/libc/bionic/ |
| D | malloc_common_dynamic.cpp | 463 extern "C" ssize_t malloc_backtrace(void* pointer, uintptr_t* frames, size_t frame_count) { in malloc_backtrace()
|
| /bionic/tests/ |
| D | malloc_test.cpp | 541 void* pointer = malloc(size); in TEST() local
|