Browse Source

node.cpp

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

1
libfuse/lib/node.cpp

@ -12,6 +12,7 @@ struct stack_t
thread_local static stack_t *g_stack = NULL;
thread_local bool gc = false;
thread_local bool g_initialized = false;
node_t*
node_alloc()

Loading…
Cancel
Save