pcclark4 / cggml

A general algorithms library written in ANSI C.
1 stars 0 forks source link

Implement simple memory pool/allocator #3

Open pcclark4 opened 4 years ago

pcclark4 commented 4 years ago

Big if true. Let's call it phalloc

On non-embedded systems it can simply proxy to malloc, calloc or alloca