Re: new module 'ssfmalloc'

2020-11-01 Thread Bruno Haible
Two more portability fixes are needed: - On Linux/SPARC, UCHAR_MAX is not defined unless is included. - On Linux/PowerPC, getpagetsize() returns 65536, which is unusually large. 2020-11-01 Bruno Haible ssfmalloc tests: Portability to Linux/PowerPC and Linux/SPARC. * tests

Re: new module 'ssfmalloc'

2020-10-25 Thread Bruno Haible
> This patch adds a new module 'ssfmalloc', a "simple and straight-forward > memory > allocation" facility. This sets of patches fixes portability issues and does small improvements. 2020-10-25 Bruno Haible ssfmalloc tests: Small tweaks.

new module 'ssfmalloc'

2020-10-18 Thread Bruno Haible
This patch adds a new module 'ssfmalloc', a "simple and straight-forward memory allocation" facility. I need this as an auxiliary module for the partial function module, which is still work in progress. It's similar to a general-purpose malloc, with three differen