[][src]Module fe_osi::allocator

Structs

FeAllocator

The allocator that should be used for standalone FeRTOS binaries. Because FeRTOS does not currently support standalone binaries, this is currently useless.

LayoutFFI

Functions

get_heap_remaining

Returns the total amount of free memory in the heap. Note: This is simply a debugging tool. Because it does not consider fragmentation inside the heap, it cannot indicate whether or not an allocation will succeed.