Searched refs:os_pages_commit (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | pages.c | 321 os_pages_commit(void *addr, size_t size, bool commit) { in os_pages_commit() function 355 return os_pages_commit(addr, size, commit); in pages_commit_impl() 383 os_pages_commit(head, PAGE, false); in pages_mark_guards() 386 os_pages_commit(tail, PAGE, false); in pages_mark_guards() 420 os_pages_commit(head, PAGE, true); in pages_unmark_guards() 423 os_pages_commit(tail, PAGE, true); in pages_unmark_guards()
|