Home
last modified time | relevance | path

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

/tools/xenstored/
A Dtalloc.c85 static void *cleanup_context; variable
1253 talloc_free(cleanup_context); in talloc_autofree()
1254 cleanup_context = NULL; in talloc_autofree()
1263 if (cleanup_context == NULL) { in talloc_autofree_context()
1264 cleanup_context = talloc_named_const(NULL, 0, "autofree_context"); in talloc_autofree_context()
1267 return cleanup_context; in talloc_autofree_context()

Completed in 8 milliseconds