Searched defs:pointer (Results 1 – 13 of 13) sorted by relevance
| /bionic/libc/malloc_debug/tests/ |
| D | malloc_debug_unit_tests.cpp | 248 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(alloc_size)); in VerifyAllocCalls() local 333 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local 407 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local 424 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local 444 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local 475 void* pointer = debug_malloc(10); in TEST_F() local 513 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local 563 void* pointer = debug_memalign(1024, 100); in TEST_F() local 582 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local 609 uint8_t* pointer = reinterpret_cast<uint8_t*>(debug_malloc(100)); in TEST_F() local [all …]
|
| /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/libc/malloc_debug/ |
| D | malloc_debug.cpp | 305 static void LogError(const void* pointer, const char* error_str) { in LogError() 323 static bool VerifyPointer(const void* pointer, const char* function_name) { in VerifyPointer() 349 static size_t InternalMallocUsableSize(void* pointer) { in InternalMallocUsableSize() 506 size_t debug_malloc_usable_size(void* pointer) { in debug_malloc_usable_size() 565 void* pointer = result.getValue<void*>(); in InternalMalloc() local 614 static TimedResult InternalFree(void* pointer) { in InternalFree() 679 void debug_free(void* pointer) { in debug_free() 751 void* pointer; in debug_memalign() local 825 void* debug_realloc(void* pointer, size_t bytes) { in debug_realloc() 1036 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/linker/ |
| D | linker_block_allocator_test.cpp | 43 void* pointer; member
|
| /bionic/libc/kernel/uapi/linux/ |
| D | vbox_vmmdev_types.h | 142 } pointer; member 160 } __attribute__((__packed__)) pointer; member
|
| D | wireless.h | 255 void * pointer; member
|
| /bionic/libc/bionic/ |
| D | malloc_common_dynamic.cpp | 458 extern "C" ssize_t malloc_backtrace(void* pointer, uintptr_t* frames, size_t frame_count) { in malloc_backtrace()
|
| /bionic/libc/kernel/uapi/drm/ |
| D | pvr_drm.h | 105 __u64 pointer; member
|
| D | panthor_drm.h | 114 __u64 pointer; member
|
| /bionic/tests/ |
| D | malloc_test.cpp | 543 void* pointer = malloc(size); in TEST() local
|