Searched defs:g_my_pagesize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c4622 static long g_pagesize, g_my_pagesize;
4636 g_my_pagesize = g_pagesize << SBRK_SCALE;
4664 long commit_size = CEIL (to_commit, g_my_pagesize);
4766 commit_size = CEIL (to_commit, g_my_pagesize);
4776 commit_size = CEIL (to_commit, g_my_pagesize);
4831 if (to_decommit >= g_my_pagesize) {
4833 long decommit_size = FLOOR (to_decommit, g_my_pagesize);
4603 static long g_pagesize, g_my_pagesize; local

Completed in 60 milliseconds