Browse Source

node.cpp

allocs
Antonio SJ Musumeci 2 weeks ago
parent
commit
66b38d5e38
  1. 2
      libfuse/lib/node.cpp

2
libfuse/lib/node.cpp

@ -22,7 +22,7 @@ thread_local bool g_should_gc = false;
thread_local bool g_initialized = false;
static std::mutex g_mutex;
static std::<stack_t*,bool*> g_all_stacks;
static std::vector<StackInfo> g_all_stacks;
node_t*
node_alloc()

Loading…
Cancel
Save