mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-07 08:45:14 -04:00
add support for glibc mallinfo2
This commit is contained in:
parent
a71ab1a2eb
commit
a45dacc57b
4 changed files with 55 additions and 3 deletions
|
@ -23,6 +23,7 @@ extern "C" {
|
|||
#define h_malloc_trim malloc_trim
|
||||
#define h_malloc_stats malloc_stats
|
||||
#define h_mallinfo mallinfo
|
||||
#define h_mallinfo2 mallinfo2
|
||||
#define h_malloc_info malloc_info
|
||||
|
||||
#define h_memalign memalign
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue