[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Custom memory allocator for running Lua on CM4
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 2 Aug 2017 09:52:43 -0300
> Which... makes sbrk() implementation a bit tricky.
I was suggesting that sbrk simply returned a single, perhaps preallocated,
block in the first call and fail in subsequent calls.