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

Address problematic static init construct that fails with GCC7. This … #59

Closed phillipjohnston closed 4 years ago

phillipjohnston commented 4 years ago

…is actually a GNU extension, so we should avoid it even though it works GCC8 and later.