Mercurial > emacs
comparison src/ralloc.c @ 3591:507f64624555
Apply typo patches from Paul Eggert.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 09 Jun 1993 11:59:12 +0000 |
parents | 76c8b5e00948 |
children | df4d091e603e |
comparison
equal
deleted
inserted
replaced
3590:d5f22061277d | 3591:507f64624555 |
---|---|
17 along with GNU Emacs; see the file COPYING. If not, write to | 17 along with GNU Emacs; see the file COPYING. If not, write to |
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
19 | 19 |
20 /* NOTES: | 20 /* NOTES: |
21 | 21 |
22 Only relocate the blocs neccessary for SIZE in r_alloc_sbrk, | 22 Only relocate the blocs necessary for SIZE in r_alloc_sbrk, |
23 rather than all of them. This means allowing for a possible | 23 rather than all of them. This means allowing for a possible |
24 hole between the first bloc and the end of malloc storage. */ | 24 hole between the first bloc and the end of malloc storage. */ |
25 | 25 |
26 #ifdef emacs | 26 #ifdef emacs |
27 | 27 |
483 | 483 |
484 /* The hook `malloc' uses for the function which gets more space | 484 /* The hook `malloc' uses for the function which gets more space |
485 from the system. */ | 485 from the system. */ |
486 extern POINTER (*__morecore) (); | 486 extern POINTER (*__morecore) (); |
487 | 487 |
488 /* Intialize various things for memory allocation. */ | 488 /* Initialize various things for memory allocation. */ |
489 | 489 |
490 static void | 490 static void |
491 r_alloc_init () | 491 r_alloc_init () |
492 { | 492 { |
493 if (r_alloc_initialized) | 493 if (r_alloc_initialized) |