mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 00:51:50 -08:00
Catch-up merge from master sources to branch/2015-08-25/tradeoff.
Copied from Perforce Change: 189891 ServerID: perforce.ravenbrook.com
This commit is contained in:
commit
275770ed43
158 changed files with 4308 additions and 2136 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* mpmst.h: MEMORY POOL MANAGER DATA STRUCTURES
|
||||
*
|
||||
* $Id$
|
||||
* Copyright (c) 2001-2014 Ravenbrook Limited. See end of file for license.
|
||||
* Copyright (c) 2001-2016 Ravenbrook Limited. See end of file for license.
|
||||
* Portions copyright (C) 2001 Global Graphics Software.
|
||||
*
|
||||
* .design: This header file crosses module boundaries. The relevant
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "protocol.h"
|
||||
#include "ring.h"
|
||||
#include "chain.h"
|
||||
#include "locus.h"
|
||||
#include "splay.h"
|
||||
#include "meter.h"
|
||||
|
||||
|
|
@ -792,7 +792,7 @@ typedef struct mps_arena_s {
|
|||
|
||||
Bool emergency; /* garbage collect in emergency mode? */
|
||||
|
||||
Addr *stackAtArenaEnter; /* NULL or top of client stack, in the thread */
|
||||
Word *stackAtArenaEnter; /* NULL or hot end of client stack, in the thread */
|
||||
/* that then entered the MPS. */
|
||||
|
||||
Sig sig;
|
||||
|
|
@ -809,7 +809,7 @@ typedef struct AllocPatternStruct {
|
|||
|
||||
/* C. COPYRIGHT AND LICENSE
|
||||
*
|
||||
* Copyright (C) 2001-2014 Ravenbrook Limited <http://www.ravenbrook.com/>.
|
||||
* Copyright (C) 2001-2016 Ravenbrook Limited <http://www.ravenbrook.com/>.
|
||||
* All rights reserved. This is an open source license. Contact
|
||||
* Ravenbrook for commercial licensing options.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue