Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 402 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 402 Bytes

Heap Memory Allocation API 📦

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.

Features 🚀

  • Memory allocation using hAlloc.
  • Memory deallocation using hFree.

License 📄

This project is licensed under the MIT License.