docs/Writerside/topics/allocator.h.md

branch
docs/3.1
changeset 1142
9437530176bc
parent 1141
a06a2d27c043
child 1143
0559812df10c
equal deleted inserted replaced
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_

mercurial