1141:a06a2d27c043 | 1142:9437530176bc |
---|---|
30 alloc.data = calloc(1, sizeof(struct my_allocator_state) + n); | 30 alloc.data = calloc(1, sizeof(struct my_allocator_state) + n); |
31 return alloc; | 31 return alloc; |
32 } | 32 } |
33 ``` | 33 ``` |
34 | 34 |
35 ## Undocumented Symbols (TODO) | |
36 | |
37 ### cxCalloc | |
38 ### cx_default_allocator | |
39 ### cxDefaultAllocator | |
40 ### cxFree | |
41 ### cxMalloc | |
42 ### cxRealloc | |
43 ### cxReallocArray | |
44 ### cx_reallocate_ | |
45 ### cxReallocate_ | |
46 ### cx_reallocatearray_ | |
47 ### cxReallocateArray_ |