Loading src/lib/container/bloomfilt.c +2 −5 Original line number Diff line number Diff line Loading @@ -4,11 +4,8 @@ /* See LICENSE for licensing information */ /** * \file container.c * \brief Implements a smartlist (a resizable array) along * with helper functions to use smartlists. Also includes * hash table implementations of a string-to-void* map, and of * a digest-to-void* map. * \file bloomfilt.c * \brief Uses bitarray_t to implement a bloom filter. **/ #include <stdlib.h> Loading src/lib/container/map.c +1 −3 Original line number Diff line number Diff line Loading @@ -5,9 +5,7 @@ /** * \file container.c * \brief Implements a smartlist (a resizable array) along * with helper functions to use smartlists. Also includes * hash table implementations of a string-to-void* map, and of * \brief Hash table implementations of a string-to-void* map, and of * a digest-to-void* map. **/ Loading src/lib/container/order.c +2 −5 Original line number Diff line number Diff line Loading @@ -4,11 +4,8 @@ /* See LICENSE for licensing information */ /** * \file container.c * \brief Implements a smartlist (a resizable array) along * with helper functions to use smartlists. Also includes * hash table implementations of a string-to-void* map, and of * a digest-to-void* map. * \file order.c * \brief Functions for finding the n'th element of an array. **/ #include <stdlib.h> Loading src/lib/container/smartlist.c +1 −3 Original line number Diff line number Diff line Loading @@ -6,9 +6,7 @@ /** * \file container.c * \brief Implements a smartlist (a resizable array) along * with helper functions to use smartlists. Also includes * hash table implementations of a string-to-void* map, and of * a digest-to-void* map. * with helper functions to use smartlists. **/ #include "lib/malloc/util_malloc.h" Loading Loading
src/lib/container/bloomfilt.c +2 −5 Original line number Diff line number Diff line Loading @@ -4,11 +4,8 @@ /* See LICENSE for licensing information */ /** * \file container.c * \brief Implements a smartlist (a resizable array) along * with helper functions to use smartlists. Also includes * hash table implementations of a string-to-void* map, and of * a digest-to-void* map. * \file bloomfilt.c * \brief Uses bitarray_t to implement a bloom filter. **/ #include <stdlib.h> Loading
src/lib/container/map.c +1 −3 Original line number Diff line number Diff line Loading @@ -5,9 +5,7 @@ /** * \file container.c * \brief Implements a smartlist (a resizable array) along * with helper functions to use smartlists. Also includes * hash table implementations of a string-to-void* map, and of * \brief Hash table implementations of a string-to-void* map, and of * a digest-to-void* map. **/ Loading
src/lib/container/order.c +2 −5 Original line number Diff line number Diff line Loading @@ -4,11 +4,8 @@ /* See LICENSE for licensing information */ /** * \file container.c * \brief Implements a smartlist (a resizable array) along * with helper functions to use smartlists. Also includes * hash table implementations of a string-to-void* map, and of * a digest-to-void* map. * \file order.c * \brief Functions for finding the n'th element of an array. **/ #include <stdlib.h> Loading
src/lib/container/smartlist.c +1 −3 Original line number Diff line number Diff line Loading @@ -6,9 +6,7 @@ /** * \file container.c * \brief Implements a smartlist (a resizable array) along * with helper functions to use smartlists. Also includes * hash table implementations of a string-to-void* map, and of * a digest-to-void* map. * with helper functions to use smartlists. **/ #include "lib/malloc/util_malloc.h" Loading