Add minor improvements and cleanup
This commit is contained in:
2
third_party/dlmalloc/malloc_trim.c
vendored
2
third_party/dlmalloc/malloc_trim.c
vendored
@ -20,7 +20,7 @@
|
||||
*
|
||||
* @return 1 if it actually released any memory, else 0
|
||||
*/
|
||||
int malloc_trim(size_t pad) {
|
||||
int dlmalloc_trim(size_t pad) {
|
||||
int result = 0;
|
||||
ensure_initialization();
|
||||
if (!PREACTION(g_dlmalloc)) {
|
||||
|
||||
Reference in New Issue
Block a user