This is a simple API for dynamic memory allocation in C. The API provides basic functions for allocating and freeing memory dynamically using the hAlloc
and hFree
functions in the C language.
- Memory allocation using
hAlloc
. - Memory deallocation using
hFree
.
This project is licensed under the MIT License.