Home
last modified time | relevance | path

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

/third_party/musl/src/malloc/mallocng/
H A Dmalloc.c119 int need_guard = 0; in alloc_meta() local
121 need_guard = 1; in alloc_meta()
134 if (need_guard) mmap((void *)ctx.brk, pagesize, in alloc_meta()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmalloc.c117 int need_guard = 0; in alloc_meta() local
119 need_guard = 1; in alloc_meta()
130 if (need_guard) mmap((void *)ctx.brk, pagesize, in alloc_meta()

Completed in 2 milliseconds