mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
alloc_size attribute for legacy valloc function
This commit is contained in:
parent
f3efc26638
commit
aa1746a90d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ int h_malloc_info(int options, FILE *fp);
|
|||
__attribute__((malloc)) __attribute__((alloc_size(2))) __attribute__((alloc_align(1)))
|
||||
void *h_memalign(size_t alignment, size_t size);
|
||||
#ifndef __ANDROID__
|
||||
__attribute__((malloc)) void *h_valloc(size_t size);
|
||||
__attribute__((malloc)) __attribute__((alloc_size(1))) void *h_valloc(size_t size);
|
||||
__attribute__((malloc)) void *h_pvalloc(size_t size);
|
||||
#endif
|
||||
#ifdef __GLIBC__
|
||||
|
|
Loading…
Add table
Reference in a new issue