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:
parent
6d8678dee3
commit
01c13bf1b5
23 changed files with 341 additions and 42 deletions
|
|
@ -504,6 +504,7 @@ typedef struct mps_arena_class_s {
|
|||
ArenaChunkFinishMethod chunkFinish;
|
||||
ArenaCompactMethod compact;
|
||||
ArenaPagesMarkAllocatedMethod pagesMarkAllocated;
|
||||
ArenaChunkPageMappedMethod chunkPageMapped;
|
||||
Sig sig;
|
||||
} ArenaClassStruct;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue