Port January __morecore changes to AIX 7.1
commit7fa96cb5ef8c8464496688e88c1b97211a820d79
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Sep 2016 22:06:24 +0000 (17 15:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Sep 2016 22:06:55 +0000 (17 15:06 -0700)
tree814cf1e0895816541281b3fd5a6b29c52e9689ed
parent7cd3d85013896dc4160f70228fc198c65a42b2e2
Port January __morecore changes to AIX 7.1

* src/vm-limit.c (__MALLOC_HOOK_VOLATILE, __morecore)
(__after_morecore_hook):
* src/ralloc.c (__morecore):
Declare if DOUG_LEA_MALLOC is not defined, not if HAVE_MALLOC_H is
not defined.  <malloc.h> does not declare these in AIX 7.1.
src/ralloc.c
src/vm-limit.c