[libc] Declare free_sized and free_aligned_sized in stdlib.h / malloc.h (#188364)
This commit is contained in:
parent
2f38a8fc57
commit
5999c53e32
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user