Fabio D'Urso | 2396c46 | 2024-10-03 16:45:23 | [diff] [blame] | 1 | header: malloc.h |
Roland McGrath | 625cb5a | 2025-02-15 00:46:56 | [diff] [blame] | 2 | standards: |
3 | - gnu | ||||
4 | merge_yaml_files: | ||||
5 | - stdlib-malloc.yaml | ||||
6 | macros: | ||||
7 | - macro_name: M_PURGE | ||||
8 | macro_header: malloc-macros.h | ||||
9 | - macro_name: M_PURGE_ALL | ||||
10 | macro_header: malloc-macros.h | ||||
Fabio D'Urso | 2396c46 | 2024-10-03 16:45:23 | [diff] [blame] | 11 | functions: |
Roland McGrath | ed48398 | 2025-02-16 00:32:30 | [diff] [blame] | 12 | - name: malloc_usable_size |
13 | standards: | ||||
14 | - gnu | ||||
15 | return_type: size_t | ||||
16 | arguments: | ||||
17 | - type: void * | ||||
Fabio D'Urso | 2396c46 | 2024-10-03 16:45:23 | [diff] [blame] | 18 | - name: mallopt |
19 | standards: | ||||
Roland McGrath | 625cb5a | 2025-02-15 00:46:56 | [diff] [blame] | 20 | - gnu |
Fabio D'Urso | 2396c46 | 2024-10-03 16:45:23 | [diff] [blame] | 21 | return_type: int |
22 | arguments: | ||||
23 | - type: int | ||||
24 | - type: int | ||||
Roland McGrath | ed48398 | 2025-02-16 00:32:30 | [diff] [blame] | 25 | - name: pvalloc |
26 | standards: | ||||
27 | - bsd | ||||
28 | - gnu | ||||
29 | return_type: void * | ||||
30 | arguments: | ||||
31 | - type: size_t |