Searched refs:debug_malloc_usable_size (Results 1 – 4 of 4) sorted by relevance
15 debug_malloc_usable_size;
72 size_t debug_malloc_usable_size(void* pointer);267 size_t debug_malloc_usable_size(void* pointer) { in debug_malloc_usable_size() function315 size_t bytes = debug_malloc_usable_size(pointer); in debug_malloc()441 size_t bytes = debug_malloc_usable_size(pointer); in debug_memalign()527 size_t bytes = debug_malloc_usable_size(new_pointer); in debug_realloc()
56 size_t debug_malloc_usable_size(void*);136 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()144 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()151 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()158 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()169 for (size_t i = alloc_size; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()172 memset(pointer, 0xff, debug_malloc_usable_size(pointer)); in VerifyAllocCalls()176 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()216 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()233 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()[all …]