Searched refs:old_heap_size (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
H A Dtsd_dtor_leak.cc33 size_t old_heap_size = __sanitizer_get_heap_size(); local
38 fprintf(stderr, "heap size: new: %zd old: %zd\n", new_heap_size, old_heap_size);
39 assert(old_heap_size == new_heap_size);
/external/compiler-rt/lib/asan/tests/
H A Dasan_interface_test.cc95 size_t old_heap_size = __sanitizer_get_heap_size(); local
99 EXPECT_EQ(old_heap_size, __sanitizer_get_heap_size());

Completed in 114 milliseconds