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

/sssd/src/tests/
H A Dleak_check.c54 check_leaks(TALLOC_CTX *ctx, size_t bytes, const char *location) function
113 return check_leaks(old_ctx, bytes_allocated, location);
143 res = check_leaks(global_talloc_context, 0, __location__);

Completed in 109 milliseconds