mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 03:10:58 -08:00
Catch-up merge from branch/2015-08-06/config to remove arenaconfigure.
Copied from Perforce Change: 189335 ServerID: perforce.ravenbrook.com
This commit is contained in:
commit
a3efd2d694
68 changed files with 788 additions and 498 deletions
|
|
@ -525,7 +525,6 @@ typedef struct mps_arena_class_s {
|
|||
size_t offset; /* offset of generic struct in outer struct */
|
||||
ArenaVarargsMethod varargs;
|
||||
ArenaInitMethod init;
|
||||
ArenaConfigureMethod configure;
|
||||
ArenaFinishMethod finish;
|
||||
ArenaPurgeSpareMethod purgeSpare;
|
||||
ArenaExtendMethod extend;
|
||||
|
|
@ -756,6 +755,7 @@ typedef struct mps_arena_s {
|
|||
|
||||
/* thread fields (<code/thread.c>) */
|
||||
RingStruct threadRing; /* ring of attached threads */
|
||||
RingStruct deadRing; /* ring of dead threads */
|
||||
Serial threadSerial; /* serial of next thread */
|
||||
|
||||
/* shield fields (<code/shield.c>) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue