extend WorkSpace

This commit is contained in:
Vitor Santos Costa 2012-06-01 16:39:06 +01:00
parent 71a62307f4
commit 1fbd5c268b

View File

@ -1121,6 +1121,13 @@ mmap_extension(Int s, MALLOC_T base, int fixed_allocation)
#endif /* !YAPOR */
/*
s= how much memory we need;
fixed_alloc = do we need to contiguously extend stack
returns TRUE or FALSE
updates WorkSpaceTop
*/
static int
ExtendWorkSpace(Int s, int fixed_allocation)
{