Lines Matching refs:MallocDebugTest

82 class MallocDebugTest : public ::testing::Test {
110 MallocDispatch MallocDebugTest::dispatch = {
187 TEST_F(MallocDebugTest, fill_generic) {
192 TEST_F(MallocDebugTest, fill_on_alloc_generic) {
197 TEST_F(MallocDebugTest, fill_on_alloc_partial) {
211 TEST_F(MallocDebugTest, fill_on_free) {
228 TEST_F(MallocDebugTest, fill_on_free_partial) {
248 TEST_F(MallocDebugTest, free_track_partial) {
271 TEST_F(MallocDebugTest, all_options) {
276 TEST_F(MallocDebugTest, expand_alloc) {
305 TEST_F(MallocDebugTest, front_guard) {
354 TEST_F(MallocDebugTest, realloc_memalign_memory) {
371 TEST_F(MallocDebugTest, front_guard_corrupted) {
396 TEST_F(MallocDebugTest, rear_guard) {
452 TEST_F(MallocDebugTest, rear_guard_corrupted) {
478 TEST_F(MallocDebugTest, rear_guard_corrupted_after_realloc_shrink) {
510 TEST_F(MallocDebugTest, tag_corrupted) {
565 TEST_F(MallocDebugTest, leak_track_no_frees) {
596 TEST_F(MallocDebugTest, leak_track_no_frees_with_backtrace) {
651 TEST_F(MallocDebugTest, leak_track_frees) {
690 TEST_F(MallocDebugTest, free_track) {
716 TEST_F(MallocDebugTest, free_track_use_after_free) {
781 TEST_F(MallocDebugTest, free_track_use_after_free_finalize) {
805 TEST_F(MallocDebugTest, free_track_use_after_free_with_backtrace) {
836 TEST_F(MallocDebugTest, free_track_use_after_free_call_realloc) {
870 TEST_F(MallocDebugTest, free_track_use_after_free_call_free) {
902 TEST_F(MallocDebugTest, free_track_header_tag_corrupted) {
927 TEST_F(MallocDebugTest, free_track_multiple_thread) {
949 TEST_F(MallocDebugTest, get_malloc_leak_info_invalid) {
980 TEST_F(MallocDebugTest, get_malloc_leak_info_not_enabled) {
1003 TEST_F(MallocDebugTest, get_malloc_leak_info_empty) {
1023 TEST_F(MallocDebugTest, get_malloc_leak_info_single) {
1066 TEST_F(MallocDebugTest, get_malloc_leak_info_multi) {
1145 TEST_F(MallocDebugTest, get_malloc_leak_info_multi_skip_empty_backtrace) {
1216 TEST_F(MallocDebugTest, realloc_usable_size) {
1239 TEST_F(MallocDebugTest, backtrace_enable_on_signal) {
1318 TEST_F(MallocDebugTest, overflow) {
1392 TEST_F(MallocDebugTest, zygote_set) {
1440 TEST_F(MallocDebugTest, max_size) {
1459 TEST_F(MallocDebugTest, debug_mallinfo) {
1474 TEST_F(MallocDebugTest, debug_posix_memalign) {
1491 TEST_F(MallocDebugTest, debug_pvalloc) {
1503 TEST_F(MallocDebugTest, debug_valloc) {