Memory Allocation Functions In C
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
malloc=Allocates a block of memory
realloc=Reallocates a block of memory
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
malloc=Allocates a block of memory
realloc=Reallocates a block of memory
No comments:
Post a Comment