Expand description
Modules§
Macros§
- min_
stack_ size - Sets the minimum stack size.
Structs§
- Leaking
Allocator - A basic memory allocator which doesn’t support deallocation.
Functions§
- memset⚠
- A hardware accelerated memset.
- sbrk
- 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.