Searched refs:debug_malloc_usable_size (Results 1 – 4 of 4) sorted by relevance
65 size_t debug_malloc_usable_size(void*);168 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()176 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()183 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()190 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()201 for (size_t i = alloc_size; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()204 memset(pointer, 0xff, debug_malloc_usable_size(pointer)); in VerifyAllocCalls()208 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()301 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()318 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()[all …]
18 debug_malloc_usable_size;
87 size_t debug_malloc_usable_size(void* pointer);404 size_t debug_malloc_usable_size(void* pointer) { in debug_malloc_usable_size() function