Home
last modified time | relevance | path

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

/aosp_15_r20/external/musl/src/malloc/mallocng/
H A Dmalloc.c60 int need_guard = 0; in alloc_meta() local
62 need_guard = 1; in alloc_meta()
72 if (need_guard) mmap((void *)ctx.brk, pagesize, in alloc_meta()