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

https://github.com/amid68/xmalloc

The xmalloc project simplifies memory allocation in C by providing a custom wrapper around malloc() that automatically handles memory allocation failures, ensuring programs either succeed in allocating memory or terminate gracefully.
https://github.com/amid68/xmalloc

c malloc memory-allocation

Last synced: 11 months ago
JSON representation

The xmalloc project simplifies memory allocation in C by providing a custom wrapper around malloc() that automatically handles memory allocation failures, ensuring programs either succeed in allocating memory or terminate gracefully.

Awesome Lists containing this project