aboutsummaryrefslogtreecommitdiff
path: root/libc/include/malloc.yaml
blob: cd84723557bcb5e0d4db43fb4556a2735f7f0bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
header: malloc.h
standards:
  - gnu
merge_yaml_files:
  - stdlib-malloc.yaml
macros:
  - macro_name: M_PURGE
    macro_header: malloc-macros.h
  - macro_name: M_PURGE_ALL
    macro_header: malloc-macros.h
functions:
  - name: malloc_usable_size
    standards:
      - gnu
    return_type: size_t
    arguments:
      - type: void *
  - name: mallopt
    standards:
      - gnu
    return_type: int
    arguments:
      - type: int
      - type: int
  - name: pvalloc
    standards:
      - bsd
      - gnu
    return_type: void *
    arguments:
      - type: size_t