1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 16:40:26 +02:00
Beef/BeefRT/gperftools/src/unity_tcmalloc_obj.cc

11 lines
308 B
C++
Raw Normal View History

2019-08-23 11:56:54 -07:00
#define TCMALLOC_NAMESPACE tcmalloc_obj
#include "central_freelist.cc"
#include "internal_logging.cc"
//#include "malloc_extension.cc"
#include "page_heap.cc"
#include "sampler.cc"
#include "span.cc"
#include "stack_trace_table.cc"
#include "static_vars.cc"
#include "tc_common.cc"
#include "thread_cache.cc"