[libc] Declare free_sized and free_aligned_sized in stdlib.h / malloc.h (#188364)

This commit is contained in:
Fabio D'Urso 2026-03-25 11:48:07 +01:00 committed by GitHub
parent 2f38a8fc57
commit 5999c53e32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,21 @@ functions:
return_type: void
arguments:
- type: void *
- name: free_aligned_sized
standards:
- stdc
return_type: void
arguments:
- type: void *
- type: size_t
- type: size_t
- name: free_sized
standards:
- stdc
return_type: void
arguments:
- type: void *
- type: size_t
- name: malloc
standards:
- stdc