Searched defs:global_talloc_context (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tests/
H A Dleak_check.c30 TALLOC_CTX *global_talloc_context = NULL; variable
120 global_talloc_context = talloc_new(NULL);
121 if (global_talloc_context == NULL) {
126 check_leaks_push(global_talloc_context);
134 res = check_leaks_pop(global_talloc_context);
143 res = check_leaks(global_talloc_context, 0, __location__);
145 talloc_free(global_talloc_context);

Completed in 409 milliseconds