1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 14:10:28 -08:00

New functions mps_arena_busy and mps_arena_postmortem, plus test coverage.

Copied from Perforce
 Change: 192247
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2016-09-08 13:55:43 +01:00
parent 6d8678dee3
commit 01c13bf1b5
23 changed files with 341 additions and 42 deletions

View file

@ -504,6 +504,7 @@ typedef struct mps_arena_class_s {
ArenaChunkFinishMethod chunkFinish;
ArenaCompactMethod compact;
ArenaPagesMarkAllocatedMethod pagesMarkAllocated;
ArenaChunkPageMappedMethod chunkPageMapped;
Sig sig;
} ArenaClassStruct;