Mercurial > hg > xemacs-beta
comparison src/gmalloc.c @ 245:51092a27c943 r20-5b21
Import from CVS: tag r20-5b21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:17:54 +0200 |
parents | 3d6bfa290dbd |
children | 677f6a0ee643 |
comparison
equal
deleted
inserted
replaced
244:78d4f1140794 | 245:51092a27c943 |
---|---|
430 __malloc_size_t _bytes_used; | 430 __malloc_size_t _bytes_used; |
431 __malloc_size_t _chunks_free; | 431 __malloc_size_t _chunks_free; |
432 __malloc_size_t _bytes_free; | 432 __malloc_size_t _bytes_free; |
433 | 433 |
434 /* Are you experienced? */ | 434 /* Are you experienced? */ |
435 static int __malloc_initialized; | 435 int __malloc_initialized; |
436 | 436 |
437 void (*__after_morecore_hook) __P ((void)); | 437 void (*__after_morecore_hook) __P ((void)); |
438 | 438 |
439 /* Aligned allocation. */ | 439 /* Aligned allocation. */ |
440 static __ptr_t align __P ((__malloc_size_t)); | 440 static __ptr_t align __P ((__malloc_size_t)); |