darray: Renamed array module to darray and made several improvements.
* Removed talloc support. * Added a synopsis and rearranged macro definitions. * Switched allocation strategy from increments of 64 to powers of 2. * Replaced array_for and array_rof with the more useful and portable macros array_foreach and array_foreach_reverse. * Added typedefs array_* for common types.
Showing
ccan/array/array.c
deleted
100644 → 0
ccan/array/array.h
deleted
100644 → 0
ccan/array/renames
deleted
100644 → 0
ccan/darray/darray.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment