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

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c4658 long allocate_size = size;
4660 long to_commit = (char *) g_last->top_allocated + allocate_size - (char *) g_last->top_committed;
4725 reserve_size = CEIL (allocate_size, g_my_regionsize);
4760 allocate_size -= start_size;
4764 to_commit = (char *) g_last->top_allocated + allocate_size - (char *) g_last->top_committed;
4774 to_commit = (char *) g_last->top_allocated + allocate_size - (char *) g_last->top_committed;
4799 g_last->top_allocated = (char *) g_last->top_allocated + allocate_size;
4639 long allocate_size = size; local

Completed in 45 milliseconds