Skip to content

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.

Notifications You must be signed in to change notification settings

chamath-eka/Malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

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

No packages published

Languages