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