mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-03 14:09:31 +03:00
parent
0c4041fa53
commit
7ea7296d3e
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ not accidentally mix pointers from different allocators).
|
|||
#define reallocf(p,n) mi_reallocf(p,n)
|
||||
#define malloc_size(p) mi_usable_size(p)
|
||||
#define malloc_usable_size(p) mi_usable_size(p)
|
||||
#define malloc_good_size(sz) mi_malloc_good_size(sz)
|
||||
#define cfree(p) mi_free(p)
|
||||
|
||||
#define valloc(n) mi_valloc(n)
|
||||
|
|
Loading…
Add table
Reference in a new issue