ack/util/led
George Koehler 1c8434e33a Switch led to malloc() and realloc().
Add USEMALLOC and enable it by default.  You can switch back to brk()
by removing `#define USEMALLOC` in memory.c.

USEMALLOC tells the allocator to use malloc() and realloc(), not
brk().  This might help systems where brk() doesn't work, or where
malloc() can allocate outside the brk area.

My build shows no changes in share/ack/examples (except hilo_bas.*).
2018-11-14 15:15:45 -05:00
..
ack.out.5 Rename RELOLIS to RELOPPC_LIS. 2017-10-18 15:39:31 -04:00
archive.c Switch from long to size_t when allocating memory. 2018-11-14 12:33:25 -05:00
build.lua Delete old "assert.h" files; use libc <assert.h>. 2017-11-09 22:22:13 -05:00
const.h Signed vs unsigned lower halves of powerpc fixups are now handled by having two 2017-01-15 11:51:37 +01:00
debug.h Signed vs unsigned lower halves of powerpc fixups are now handled by having two 2017-01-15 11:51:37 +01:00
defs.h Header --> Id 1994-06-24 11:31:16 +00:00
error.c Clean up the led includes. 2017-01-18 19:55:56 +01:00
extract.c There are two places where names are added to the global symbol table; one via 2018-03-11 12:37:23 +01:00
finish.c Switch from long to size_t when allocating memory. 2018-11-14 12:33:25 -05:00
led.6 There are two places where names are added to the global symbol table; one via 2018-03-11 12:37:23 +01:00
led.layout Initial revision 1987-04-16 16:04:55 +00:00
mach.h LED builds now. 2016-08-14 14:40:01 +02:00
main.c Fix em_led -u name when memory allocator moves ALLOMODL. 2018-11-14 12:35:38 -05:00
memory.c Switch led to malloc() and realloc(). 2018-11-14 15:15:45 -05:00
memory.h Switch from long to size_t when allocating memory. 2018-11-14 12:33:25 -05:00
memory_layout Switch from long to size_t when allocating memory. 2018-11-14 12:33:25 -05:00
orig.h Header --> Id 1994-06-24 11:31:16 +00:00
output.c Switch from long to size_t when allocating memory. 2018-11-14 12:33:25 -05:00
proto.make Header --> Id 1994-06-24 11:31:16 +00:00
read.c Clean up the led includes. 2017-01-18 19:55:56 +01:00
relocate.c Remove la; turns out that the assembler gets upset if you ask it to 2018-09-14 11:30:15 +02:00
save.c Switch from long to size_t when allocating memory. 2018-11-14 12:33:25 -05:00
scan.c Switch from long to size_t when allocating memory. 2018-11-14 12:33:25 -05:00
scan.h Switch from long to size_t when allocating memory. 2018-11-14 12:33:25 -05:00
sym.c Switch from long to size_t when allocating memory. 2018-11-14 12:33:25 -05:00
sym.h There are two places where names are added to the global symbol table; one via 2018-03-11 12:37:23 +01:00
write.c Switch from long to size_t when allocating memory. 2018-11-14 12:33:25 -05:00
WRONG Adapted to current situation 1987-01-29 13:20:23 +00:00