blob: cd84723557bcb5e0d4db43fb4556a2735f7f0bbb [file] [log] [blame]
Fabio D'Urso2396c462024-10-03 16:45:231header: malloc.h
Roland McGrath625cb5a2025-02-15 00:46:562standards:
3 - gnu
4merge_yaml_files:
5 - stdlib-malloc.yaml
6macros:
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'Urso2396c462024-10-03 16:45:2311functions:
Roland McGrathed483982025-02-16 00:32:3012 - name: malloc_usable_size
13 standards:
14 - gnu
15 return_type: size_t
16 arguments:
17 - type: void *
Fabio D'Urso2396c462024-10-03 16:45:2318 - name: mallopt
19 standards:
Roland McGrath625cb5a2025-02-15 00:46:5620 - gnu
Fabio D'Urso2396c462024-10-03 16:45:2321 return_type: int
22 arguments:
23 - type: int
24 - type: int
Roland McGrathed483982025-02-16 00:32:3025 - name: pvalloc
26 standards:
27 - bsd
28 - gnu
29 return_type: void *
30 arguments:
31 - type: size_t