ARMmbed / core-util

DEPRECATED: Mbed 3 utilities library
Other
12 stars 17 forks source link

Array doesn't reclaim back space #9

Open bogdanm opened 9 years ago

bogdanm commented 9 years ago

Array has a pop_back method now, but if a zone is freed as a result of calling that function, it is never freed.