Expand description
Modules§
Macros§
- Sets the minimum stack size.
Structs§
- A basic memory allocator which doesn’t support deallocation.
Functions§
- Increases the size of the program’s heap by a given number of bytes, allocating memory if necessary. If successful returns a pointer to the end of the heap. If unsuccessful returns a null pointer.