Closed petris closed 9 months ago
malloc_usable_size returns the size of the allocated chunk. We must provide our own implementation as the size we allocated differs from what libc would allocate.
Code Climate has analyzed commit ee575fec and detected 0 issues on this pull request.
View more on Code Climate.
@petris Thanks for the contribution, tested and working.
malloc_usable_size returns the size of the allocated chunk. We must provide our own implementation as the size we allocated differs from what libc would allocate.