Home
last modified time | relevance | path

Searched refs:cleanup_context (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc.c85 static void *cleanup_context; variable
1246 talloc_free(cleanup_context); in talloc_autofree()
1247 cleanup_context = NULL; in talloc_autofree()
1256 if (cleanup_context == NULL) { in talloc_autofree_context()
1257 cleanup_context = talloc_named_const(NULL, 0, "autofree_context"); in talloc_autofree_context()
1260 return cleanup_context; in talloc_autofree_context()

Completed in 5 milliseconds