diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index d1d6323f905..1c793c985eb 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -280,6 +280,9 @@ static void gc_sweep (void); | |||
| 280 | static void mark_glyph_matrix (struct glyph_matrix *); | 280 | static void mark_glyph_matrix (struct glyph_matrix *); |
| 281 | static void mark_face_cache (struct face_cache *); | 281 | static void mark_face_cache (struct face_cache *); |
| 282 | 282 | ||
| 283 | #if !defined REL_ALLOC || defined SYSTEM_MALLOC | ||
| 284 | static void refill_memory_reserve (void); | ||
| 285 | #endif | ||
| 283 | static struct Lisp_String *allocate_string (void); | 286 | static struct Lisp_String *allocate_string (void); |
| 284 | static void compact_small_strings (void); | 287 | static void compact_small_strings (void); |
| 285 | static void free_large_strings (void); | 288 | static void free_large_strings (void); |