Full list of Memory Allocation Functions in C
Function | Use |
---|---|
calloc | Allocates a block of memory |
farmalloc | Allocates memory from far heap |
farfree | Frees a block from far heap |
free | Frees a block allocated with malloc |
realloc | Reallocates a block of memory |
malloc | Allocates a block of memory |