Home
last modified time | relevance | path

Searched refs:need_unprotect (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/src/malloc/mallocng/
H A Dmalloc.c116 int need_unprotect = 1; in alloc_meta() local
139 need_unprotect = 0; in alloc_meta()
152 if ((uintptr_t)p & (pagesize-1)) need_unprotect = 0; in alloc_meta()
153 if (need_unprotect) in alloc_meta()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmalloc.c114 int need_unprotect = 1; in alloc_meta() local
135 need_unprotect = 0; in alloc_meta()
148 if ((uintptr_t)p & (pagesize-1)) need_unprotect = 0; in alloc_meta()
149 if (need_unprotect) in alloc_meta()

Completed in 2 milliseconds