DipStax / CContainer

Library of container on the heap in C
GNU General Public License v3.0
1 stars 0 forks source link

Object allocator #2

Open DipStax opened 5 months ago

DipStax commented 5 months ago

Why:

The allocation of inserted object is actually made oustide of the library and so none of them can be terme as generic.

What:

Allocator should be a struct, who take at least:

DipStax commented 2 months ago

This features will required to move from a imperative structure to an object oriented style. So it will need more investigation on how to modify the code base to an object oriented design.