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.
- Host: GitHub
- URL: https://github.com/harsh-panchal-804/memory-allocator-in-c
- Owner: harsh-panchal-804
- Created: 2025-05-14T14:59:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-16T18:39:47.000Z (about 1 year ago)
- Last Synced: 2025-10-10T22:16:39.964Z (9 months ago)
- Topics: c, linked-list, memory-management, sbrk, threads, unix
- Language: Assembly
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files: