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

Add C++ runtime wrappers #20

Closed phillipjohnston closed 5 years ago

phillipjohnston commented 6 years ago

new/delete/etc.

Have a version which wraps malloc(), have a version which static_asserts

phillipjohnston commented 5 years ago

This shouldn't be implemented in libmemory; it belongs in libcpp. Closing.