An open API service indexing awesome lists of open source software.

https://github.com/harsh-panchal-804/memory-allocator-in-c

Custom memory allocator in C for Unix like systems implementing functions like malloc(), calloc(), realloc() and free() using the sbrk() kernel call. It also implements a linked list for managing memory blocks and handles thread safety via a global mutex lock.
https://github.com/harsh-panchal-804/memory-allocator-in-c

c linked-list memory-management sbrk threads unix

Last synced: about 1 month ago
JSON representation

Custom memory allocator in C for Unix like systems implementing functions like malloc(), calloc(), realloc() and free() using the sbrk() kernel call. It also implements a linked list for managing memory blocks and handles thread safety via a global mutex lock.

Awesome Lists containing this project