Home
last modified time | relevance | path

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

/malloc/
A Darena.c80 size_t mprotect_size; /* Size in bytes that has been mprotected member
555 h->mprotect_size = size; in alloc_new_heap()
594 if ((unsigned long) new_size > h->mprotect_size) in grow_heap()
596 if (__mprotect ((char *) h + h->mprotect_size, in grow_heap()
597 (unsigned long) new_size - h->mprotect_size, in grow_heap()
601 h->mprotect_size = new_size; in grow_heap()
628 h->mprotect_size = new_size; in shrink_heap()
A Dmalloc.c3668 if (oldtopsize < (char *) heap + heap->mprotect_size - (char *) oldtop) in __libc_calloc()
3669 oldtopsize = (char *) heap + heap->mprotect_size - (char *) oldtop; in __libc_calloc()
5826 heap_mprotect_size += heap->mprotect_size; in weak_alias()

Completed in 14 milliseconds