Standard C Memory
calloc | allocates and clears a two-dimensional chunk of memory |
free | returns previously allocated memory to the operating system |
malloc | allocates memory |
realloc | changes the size of previously allocated memory |
calloc | allocates and clears a two-dimensional chunk of memory |
free | returns previously allocated memory to the operating system |
malloc | allocates memory |
realloc | changes the size of previously allocated memory |
No comments:
Post a Comment