Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
memb.c File Reference
Memory block allocation routines. More...
Go to the source code of this file.
Functions | |
| void | memb_init (struct memb_blocks *m) |
| Initialize a memory block that was declared with MEMB(). | |
| void * | memb_alloc (struct memb_blocks *m) |
| Allocate a memory block from a block of memory declared with MEMB(). | |
| char | memb_free (struct memb_blocks *m, void *ptr) |
| Deallocate a memory block from a memory block previously declared with MEMB(). | |
Detailed Description
Memory block allocation routines.
Definition in file memb.c.
Generated on Tue Jul 12 2022 12:52:12 by
1.7.2