Browse Source

node.cpp

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

2
libfuse/lib/node.cpp

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

Loading…
Cancel
Save