Searched refs:debug_malloc_usable_size (Results 1 – 4 of 4) sorted by relevance
68 size_t debug_malloc_usable_size(void*);211 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()219 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()226 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()233 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()244 for (size_t i = alloc_size; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()247 memset(pointer, 0xff, debug_malloc_usable_size(pointer)); in VerifyAllocCalls()251 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()370 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()387 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()[all …]
18 debug_malloc_usable_size;
179 size_t debug_malloc_usable_size(void* pointer);506 size_t debug_malloc_usable_size(void* pointer) { in debug_malloc_usable_size() function