Lines Matching defs:TEST_F

213 TEST_F(MallocDebugTest, fill_generic) {
218 TEST_F(MallocDebugTest, fill_on_alloc_generic) {
223 TEST_F(MallocDebugTest, fill_on_alloc_partial) {
237 TEST_F(MallocDebugTest, fill_on_free) {
254 TEST_F(MallocDebugTest, fill_on_free_partial) {
274 TEST_F(MallocDebugTest, free_track_partial) {
297 TEST_F(MallocDebugTest, all_options) {
302 TEST_F(MallocDebugTest, expand_alloc) {
336 TEST_F(MallocDebugTest, front_guard) {
390 TEST_F(MallocDebugTest, realloc_memalign_memory) {
407 TEST_F(MallocDebugTest, front_guard_corrupted) {
432 TEST_F(MallocDebugTest, rear_guard) {
493 TEST_F(MallocDebugTest, rear_guard_corrupted) {
519 TEST_F(MallocDebugTest, rear_guard_corrupted_after_realloc_shrink) {
551 TEST_F(MallocDebugTest, tag_corrupted) {
606 TEST_F(MallocDebugTest, leak_track_no_frees) {
637 TEST_F(MallocDebugTest, leak_track_no_frees_with_backtrace) {
694 TEST_F(MallocDebugTest, leak_track_frees) {
733 TEST_F(MallocDebugTest, free_track) {
759 TEST_F(MallocDebugTest, free_track_use_after_free) {
824 TEST_F(MallocDebugTest, free_track_use_after_free_finalize) {
848 TEST_F(MallocDebugTest, free_track_use_after_free_with_backtrace) {
879 TEST_F(MallocDebugTest, free_track_use_after_free_call_realloc) {
913 TEST_F(MallocDebugTest, free_track_use_after_free_call_free) {
945 TEST_F(MallocDebugTest, free_track_header_tag_corrupted) {
970 TEST_F(MallocDebugTest, free_track_multiple_thread) {
992 TEST_F(MallocDebugTest, get_malloc_leak_info_invalid) {
1023 TEST_F(MallocDebugTest, get_malloc_leak_info_not_enabled) {
1046 TEST_F(MallocDebugTest, get_malloc_leak_info_empty) {
1069 TEST_F(MallocDebugTest, get_malloc_leak_info_single) {
1116 TEST_F(MallocDebugTest, get_malloc_leak_info_multi) {
1199 TEST_F(MallocDebugTest, get_malloc_backtrace_with_header) {
1349 TEST_F(MallocDebugTest, backtrace_dump_on_signal_by_malloc) {
1353 TEST_F(MallocDebugTest, backtrace_dump_on_signal_by_free) {
1357 TEST_F(MallocDebugTest, backtrace_dump_on_exit) {
1410 TEST_F(MallocDebugTest, backtrace_dump_on_exit_shared_backtrace) {
1462 TEST_F(MallocDebugTest, realloc_usable_size) {
1485 TEST_F(MallocDebugTest, backtrace_enable_on_signal) {
1567 TEST_F(MallocDebugTest, backtrace_same_stack) {
1627 TEST_F(MallocDebugTest, backtrace_same_stack_zygote) {
1689 TEST_F(MallocDebugTest, backtrace_same_stack_mix_zygote) {
1759 TEST_F(MallocDebugTest, backtrace_frame_data_nullptr_same_size) {
1806 TEST_F(MallocDebugTest, overflow) {
1881 TEST_F(MallocDebugTest, zygote_set) {
1937 TEST_F(MallocDebugTest, max_size) {
1956 TEST_F(MallocDebugTest, debug_mallinfo) {
1971 TEST_F(MallocDebugTest, debug_mallopt) {
1985 TEST_F(MallocDebugTest, debug_posix_memalign) {
2002 TEST_F(MallocDebugTest, debug_pvalloc) {
2014 TEST_F(MallocDebugTest, debug_valloc) {
2110 TEST_F(MallocDebugTest, record_allocs_no_header) {
2116 TEST_F(MallocDebugTest, record_allocs_with_header) {
2122 TEST_F(MallocDebugTest, record_allocs_max) {
2168 TEST_F(MallocDebugTest, record_allocs_thread_done) {
2210 TEST_F(MallocDebugTest, record_allocs_file_name_fail) {
2265 TEST_F(MallocDebugTest, verify_pointers) {