comparison src/ralloc.c @ 485:8c615e453683

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 13 Jan 1992 21:48:08 +0000
parents 49342840ba00
children 53f29271d1b0
comparison
equal deleted inserted replaced
484:3165b2697c78 485:8c615e453683
95 (*warnfunction) ("Warning: past acceptable memory limits"); 95 (*warnfunction) ("Warning: past acceptable memory limits");
96 break; 96 break;
97 } 97 }
98 98
99 if (EXCEEDS_ELISP_PTR (address)) 99 if (EXCEEDS_ELISP_PTR (address))
100 (*warnfunction) ("Warning: memory in use exceeds lisp pointer size"); 100 memory_full ();
101 } 101 }
102 102
103 /* Obtain SIZE bytes of space. If enough space is not presently available 103 /* Obtain SIZE bytes of space. If enough space is not presently available
104 in our process reserve, (i.e., (page_break_value - break_value)), 104 in our process reserve, (i.e., (page_break_value - break_value)),
105 this means getting more page-aligned space from the system. */ 105 this means getting more page-aligned space from the system. */