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

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c4833 long decommit_size = FLOOR (to_decommit, g_my_pagesize);
4835 void *base_committed = (char *) g_last->top_committed - decommit_size;
4838 assert (0 < decommit_size && decommit_size % g_pagesize == 0); {
4840 int rc = VirtualFree ((char *) base_committed, decommit_size,
4846 printf ("Decommit %p %d\n", base_committed, decommit_size);
4814 long decommit_size = FLOOR (to_decommit, g_my_pagesize); local

Completed in 60 milliseconds