my_free            32 test/correctness/custom_allocator.cpp     g.set_custom_allocator(my_malloc, my_free);
my_free            44 test/correctness/force_onto_stack.cpp         g.set_custom_allocator(&my_malloc, &my_free);
my_free            80 test/correctness/force_onto_stack.cpp         g.set_custom_allocator(&my_malloc, &my_free);
my_free            47 test/correctness/heap_cleanup.cpp     h.set_custom_allocator(my_malloc, my_free);
my_free            28 test/correctness/reorder_storage.cpp     g.set_custom_allocator(my_malloc, my_free);
my_free           155 test/correctness/sliding_window.cpp         g.set_custom_allocator(&my_malloc, &my_free);
my_free           186 test/correctness/specialize.cpp         out.set_custom_allocator(&my_malloc, &my_free);
my_free            33 test/correctness/stack_allocations.cpp     h.set_custom_allocator(&my_malloc, &my_free);
my_free            34 test/correctness/storage_folding.cpp         g.set_custom_allocator(my_malloc, my_free);
my_free            56 test/correctness/storage_folding.cpp         g.set_custom_allocator(my_malloc, my_free);
my_free            80 test/correctness/storage_folding.cpp         g.set_custom_allocator(my_malloc, my_free);
my_free           103 test/correctness/storage_folding.cpp         f.set_custom_allocator(my_malloc, my_free);
my_free           137 test/correctness/storage_folding.cpp         f.set_custom_allocator(my_malloc, my_free);
my_free           172 test/correctness/storage_folding.cpp         f.set_custom_allocator(my_malloc, my_free);
my_free           211 test/correctness/storage_folding.cpp         f.set_custom_allocator(my_malloc, my_free);
my_free           249 test/correctness/storage_folding.cpp         f.set_custom_allocator(my_malloc, my_free);
my_free           283 test/correctness/storage_folding.cpp         f.set_custom_allocator(my_malloc, my_free);
my_free           316 test/correctness/storage_folding.cpp         g.set_custom_allocator(my_malloc, my_free);