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

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c4660 long to_commit = (char *) g_last->top_allocated + allocate_size - (char *) g_last->top_committed;
4662 if (to_commit > 0) {
4664 long commit_size = CEIL (to_commit, g_my_pagesize);
4764 to_commit = (char *) g_last->top_allocated + allocate_size - (char *) g_last->top_committed;
4766 commit_size = CEIL (to_commit, g_my_pagesize);
4774 to_commit = (char *) g_last->top_allocated + allocate_size - (char *) g_last->top_committed;
4776 commit_size = CEIL (to_commit, g_my_pagesize);
4641 long to_commit = (char *) g_last->top_allocated + allocate_size - (char *) g_last->top_committed; local

Completed in 78 milliseconds