|
@@ -983,8 +983,8 @@ var
|
|
poc : poschunk;
|
|
poc : poschunk;
|
|
begin
|
|
begin
|
|
poc := pmc^.poc;
|
|
poc := pmc^.poc;
|
|
- chunksize:=chunkindex shl blockshift;
|
|
|
|
chunkindex:=poc^.chunkindex;
|
|
chunkindex:=poc^.chunkindex;
|
|
|
|
+ chunksize:=chunkindex shl blockshift;
|
|
{ statistics }
|
|
{ statistics }
|
|
dec(internal_status.currheapused,chunksize);
|
|
dec(internal_status.currheapused,chunksize);
|
|
hp:=freelists_fixed[chunkindex];
|
|
hp:=freelists_fixed[chunkindex];
|