-
Notifications
You must be signed in to change notification settings - Fork 0
The malloc() function stands for memory allocation. It is a function that is used to allocate a block of memory dynamically. It reserves memory space of specified size and returns the null pointer pointing to the memory location. The pointer returned is usually of type void. It means that we can assign malloc function to any pointer.
chamath-eka/Malloc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
The malloc() function stands for memory allocation. It is a function that is used to allocate a block of memory dynamically. It reserves memory space of specified size and returns the null pointer pointing to the memory location. The pointer returned is usually of type void. It means that we can assign malloc function to any pointer.
Topics
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published