mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 08:30:25 +02:00
11 lines
No EOL
308 B
C++
11 lines
No EOL
308 B
C++
#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" |