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