mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
(allocate_heap): Define NTHEAP_PROBE_BASE by default.
This commit is contained in:
parent
dc6d26392c
commit
3c1f9d6603
1 changed files with 2 additions and 1 deletions
|
|
@ -157,7 +157,8 @@ allocate_heap (void)
|
|||
unsigned long end = 1 << VALBITS; /* 256MB */
|
||||
void *ptr = NULL;
|
||||
|
||||
#if NTHEAP_PROBE_BASE /* This is never normally defined */
|
||||
#define NTHEAP_PROBE_BASE 1
|
||||
#if NTHEAP_PROBE_BASE
|
||||
/* Try various addresses looking for one the kernel will let us have. */
|
||||
while (!ptr && (base < end))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue