extend WorkSpace
This commit is contained in:
parent
71a62307f4
commit
1fbd5c268b
@ -1121,6 +1121,13 @@ mmap_extension(Int s, MALLOC_T base, int fixed_allocation)
|
|||||||
#endif /* !YAPOR */
|
#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
|
static int
|
||||||
ExtendWorkSpace(Int s, int fixed_allocation)
|
ExtendWorkSpace(Int s, int fixed_allocation)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user