allow interposition/replacement of allocator (malloc)
[musl] / dynamic.list
1 {
2 environ;
3 __environ;
4
5 stdin;
6 stdout;
7 stderr;
8
9 malloc;
10 calloc;
11 realloc;
12 free;
13 memalign;
14 posix_memalign;
15 aligned_alloc;
16 malloc_usable_size;
17
18 timezone;
19 daylight;
20 tzname;
21 __timezone;
22 __daylight;
23 __tzname;
24
25 signgam;
26 __signgam;
27
28 optarg;
29 optind;
30 opterr;
31 optreset;
32 __optreset;
33
34 getdate_err;
35
36 h_errno;
37
38 program_invocation_name;
39 program_invocation_short_name;
40 __progname;
41 __progname_full;
42
43 __stack_chk_guard;
44 };