Searched refs:__sanitizer_get_current_allocated_bytes (Results 1 – 10 of 10) sorted by relevance
20 assert(__sanitizer_get_current_allocated_bytes() > 0); in check_stats()25 size_t used_mem = __sanitizer_get_current_allocated_bytes(); in main()36 used_mem = __sanitizer_get_current_allocated_bytes(); in main()
112 uptr alloc0 = __sanitizer_get_current_allocated_bytes(); in TEST()125 EXPECT_EQ(alloc0 + 16, __sanitizer_get_current_allocated_bytes()); in TEST()132 EXPECT_EQ(alloc0, __sanitizer_get_current_allocated_bytes()); in TEST()
78 before_malloc = __sanitizer_get_current_allocated_bytes(); in TEST()81 after_malloc = __sanitizer_get_current_allocated_bytes(); in TEST()85 after_free = __sanitizer_get_current_allocated_bytes(); in TEST()123 before_test = __sanitizer_get_current_allocated_bytes(); in TEST()131 after_test = __sanitizer_get_current_allocated_bytes(); in TEST()
35 size_t __sanitizer_get_current_allocated_bytes();
27 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_current_allocated_bytes();
139 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
318 INTERFACE_FUNCTION(__sanitizer_get_current_allocated_bytes)
221 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
224 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
207 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function