Hi , Lets discuss about memory allocation techniques we use either in user space program or kernel space program . 1. Malloc :- void *malloc(size_t size); The malloc() function allocates size bytes and returns a pointer to the allocated memory. … Continue reading