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

/bionic/libc/bionic/
H A Dmalloc_debug_check.cpp232 /* returns 1 if valid, *safe == 1 if safe to dump stack */
233 static inline int check_guards(hdr_t* hdr, int* safe) { argument
234 *safe = 1;
243 *safe = 0;
257 /* returns 1 if valid, *safe == 1 if safe to dump stack */
258 static inline int check_allocation_locked(hdr_t* hdr, int* safe) { argument
260 *safe = 1;
267 *safe
295 del_and_check_locked(hdr_t* hdr, hdr_t** tail, hdr_t** head, unsigned* cnt, int* safe) argument
307 int safe; local
319 del_leak(hdr_t* hdr, int* safe) argument
623 int safe; local
[all...]

Completed in 3 milliseconds