Merge "Fix declaration of malloc_usable_size()"
This commit is contained in:
@@ -190,7 +190,7 @@ extern "C" struct mallinfo mallinfo() {
|
||||
return dlmallinfo();
|
||||
}
|
||||
|
||||
extern "C" size_t malloc_usable_size(void* mem) {
|
||||
extern "C" size_t malloc_usable_size(const void* mem) {
|
||||
return dlmalloc_usable_size(mem);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user