Mercurial > emacs
comparison src/alloc.c @ 111632:e06fc3baed8c
* src/alloc.c (refill_memory_reserve): Move declaration ...
* src/lisp.h (refill_memory_reserve): ... here.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Thu, 18 Nov 2010 13:45:03 -0800 |
| parents | 2b72330aa98a |
| children | f736e5e4fef4 |
comparison
equal
deleted
inserted
replaced
| 111631:d54bb4248183 | 111632:e06fc3baed8c |
|---|---|
| 349 MEM_TYPE_VECTORLIKE | 349 MEM_TYPE_VECTORLIKE |
| 350 }; | 350 }; |
| 351 | 351 |
| 352 static POINTER_TYPE *lisp_align_malloc (size_t, enum mem_type); | 352 static POINTER_TYPE *lisp_align_malloc (size_t, enum mem_type); |
| 353 static POINTER_TYPE *lisp_malloc (size_t, enum mem_type); | 353 static POINTER_TYPE *lisp_malloc (size_t, enum mem_type); |
| 354 void refill_memory_reserve (void); | |
| 355 | 354 |
| 356 | 355 |
| 357 #if GC_MARK_STACK || defined GC_MALLOC_CHECK | 356 #if GC_MARK_STACK || defined GC_MALLOC_CHECK |
| 358 | 357 |
| 359 #if GC_MARK_STACK == GC_USE_GCPROS_CHECK_ZOMBIES | 358 #if GC_MARK_STACK == GC_USE_GCPROS_CHECK_ZOMBIES |
