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

/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp544 size_t protectedSize = (addr_t)page->allocation_base - protectedStart; local
545 if (protectedSize > 0)
546 mprotect((void*)protectedStart, protectedSize, 0);
552 protectedSize = (addr_t)address + (pagesNeeded + 1) * B_PAGE_SIZE
556 mprotect((void*)protectedStart, protectedSize, 0);

Completed in 34 milliseconds