Searched defs:COMMON_MALLOC_SIZE (Results 1 – 3 of 3) sorted by relevance
76 #define COMMON_MALLOC_SIZE(ptr) uptr size = user_alloc_usable_size(ptr); macro
47 #define COMMON_MALLOC_SIZE(ptr) \ macro
53 # define COMMON_MALLOC_SIZE(ptr) uptr size = asan_mz_size(ptr); macro