Searched refs:cleanup_context (Results 1 – 1 of 1) sorted by relevance
85 static void *cleanup_context; variable1246 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