|
CS350 COS
COS
|
Go to the source code of this file.
Data Structures | |
| struct | TLSFBlock |
| struct | Heap |
Typedefs | |
| typedef struct TLSFBlock | TLSFBlock |
| typedef struct Heap | Heap |
Functions | |
| Heap * | Malloc_Create () |
| void | Malloc_Destroy (Heap *heap) |
| void * | Malloc_Alloc (Heap *heap, uint64_t len) |
| void | Malloc_Free (Heap *heap, void *buf) |
| bool | Malloc_Realloc (Heap *heap, void *buf, uint64_t newlen) |
| struct TLSFBlock |
| struct Heap |