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

/bionic/libc/bionic/
H A Dmalloc_debug_check.cpp219 /* returns 1 if valid, *safe == 1 if safe to dump stack */
220 static inline int check_guards(hdr_t* hdr, int* safe) { argument
221 *safe = 1;
230 *safe = 0;
244 /* returns 1 if valid, *safe == 1 if safe to dump stack */
245 static inline int check_allocation_locked(hdr_t* hdr, int* safe) { argument
247 *safe = 1;
254 *safe
282 del_and_check_locked(hdr_t* hdr, hdr_t** tail, hdr_t** head, unsigned* cnt, int* safe) argument
294 int safe; local
306 del_leak(hdr_t* hdr, int* safe) argument
532 int safe; local
[all...]

Completed in 31 milliseconds