embeddedartistry / libmemory

Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
https://embeddedartistry.com
MIT License
216 stars 44 forks source link

Define a malloc which is assert() or #error to catch malloc use #18

Closed phillipjohnston closed 5 years ago

phillipjohnston commented 6 years ago

for users who don't want malloc

also new/delete

phillipjohnston commented 6 years ago

static_assert