Workshop o mikrokontrolérech na SKSP 2024.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
345 B

Fixed-sized allocators
======================
You can use them for efficient allocation of large amount of small
fixed-sized memory blocks and to free them all at once.
If you need more features, see more complex <<mempool:,memory pools>>.
* <<defs,Definitions>>
* <<basic,Basic manipulation>>
* <<alloc,Allocation routines>>
!!ucw/eltpool.h