32 lines · yaml
1header: malloc.h2standards:3 - gnu4merge_yaml_files:5 - stdlib-malloc.yaml6macros:7 - macro_name: M_PURGE8 macro_header: malloc-macros.h9 - macro_name: M_PURGE_ALL10 macro_header: malloc-macros.h11functions:12 - name: malloc_usable_size13 standards:14 - gnu15 return_type: size_t16 arguments:17 - type: void *18 - name: mallopt19 standards:20 - gnu21 return_type: int22 arguments:23 - type: int24 - type: int25 - name: pvalloc26 standards:27 - bsd28 - gnu29 return_type: void *30 arguments:31 - type: size_t32