mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-12 03:05:08 -04:00
no need to provide valloc and pvalloc on Android
This commit is contained in:
parent
1eed432b9a
commit
491ce6b0b1
2 changed files with 4 additions and 0 deletions
|
@ -69,8 +69,10 @@ int h_malloc_info(int options, FILE *fp);
|
|||
|
||||
// obsolete glibc extensions
|
||||
void *h_memalign(size_t alignment, size_t size);
|
||||
#ifndef __ANDROID__
|
||||
void *h_valloc(size_t size);
|
||||
void *h_pvalloc(size_t size);
|
||||
#endif
|
||||
#ifdef __GLIBC__
|
||||
void h_cfree(void *ptr);
|
||||
void *h_malloc_get_state(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue