set_custom_allocator 2908 src/Func.cpp       pipeline().set_custom_allocator(cust_malloc, cust_free);
set_custom_allocator  751 src/Func.h         EXPORT void set_custom_allocator(void *(*malloc)(void *, size_t),
set_custom_allocator  226 src/Pipeline.h     EXPORT void set_custom_allocator(void *(*malloc)(void *, size_t),
set_custom_allocator   32 test/correctness/custom_allocator.cpp     g.set_custom_allocator(my_malloc, my_free);
set_custom_allocator   44 test/correctness/force_onto_stack.cpp         g.set_custom_allocator(&my_malloc, &my_free);
set_custom_allocator   47 test/correctness/force_onto_stack.cpp         g.set_custom_allocator(nullptr, nullptr);
set_custom_allocator   80 test/correctness/force_onto_stack.cpp         g.set_custom_allocator(&my_malloc, &my_free);
set_custom_allocator   47 test/correctness/heap_cleanup.cpp     h.set_custom_allocator(my_malloc, my_free);
set_custom_allocator  568 test/correctness/memoize.cpp         pipe.set_custom_allocator(flakey_malloc, simple_free);
set_custom_allocator   55 test/correctness/out_of_memory.cpp     funcs[funcs.size()-1].set_custom_allocator(&test_malloc, &test_free);
set_custom_allocator   28 test/correctness/reorder_storage.cpp     g.set_custom_allocator(my_malloc, my_free);
set_custom_allocator  155 test/correctness/sliding_window.cpp         g.set_custom_allocator(&my_malloc, &my_free);
set_custom_allocator  186 test/correctness/specialize.cpp         out.set_custom_allocator(&my_malloc, &my_free);
set_custom_allocator   33 test/correctness/stack_allocations.cpp     h.set_custom_allocator(&my_malloc, &my_free);
set_custom_allocator   34 test/correctness/storage_folding.cpp         g.set_custom_allocator(my_malloc, my_free);
set_custom_allocator   56 test/correctness/storage_folding.cpp         g.set_custom_allocator(my_malloc, my_free);
set_custom_allocator   80 test/correctness/storage_folding.cpp         g.set_custom_allocator(my_malloc, my_free);
set_custom_allocator  103 test/correctness/storage_folding.cpp         f.set_custom_allocator(my_malloc, my_free);
set_custom_allocator  137 test/correctness/storage_folding.cpp         f.set_custom_allocator(my_malloc, my_free);
set_custom_allocator  172 test/correctness/storage_folding.cpp         f.set_custom_allocator(my_malloc, my_free);
set_custom_allocator  211 test/correctness/storage_folding.cpp         f.set_custom_allocator(my_malloc, my_free);
set_custom_allocator  249 test/correctness/storage_folding.cpp         f.set_custom_allocator(my_malloc, my_free);
set_custom_allocator  283 test/correctness/storage_folding.cpp         f.set_custom_allocator(my_malloc, my_free);
set_custom_allocator  316 test/correctness/storage_folding.cpp         g.set_custom_allocator(my_malloc, my_free);