The libc implementation
Martin ‘Solar’ Baute
Public Domain
| malloc.c | The libc implementation |
| Todo’s | |
| Primitive placeholder. Much room for improvement. | |
| Functions | |
| malloc | Allocates size bytes of memory |
| Todo’s | |
| Shouldn’t realloc() split the now much-too-large node? |
Allocates size bytes of memory
void * malloc( size_t size )