src/mempool.c

changeset 970
c9b02747cfc5
parent 962
cd418898af5c
equal deleted inserted replaced
969:72e5432f6b42 970:c9b02747cfc5
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #include "cx/mempool.h" 29 #include "cx/mempool.h"
30 #include "cx/utils.h" 30
31 #include <string.h> 31 #include <string.h>
32 32
33 struct cx_mempool_memory_s { 33 struct cx_mempool_memory_s {
34 /** The destructor. */ 34 /** The destructor. */
35 cx_destructor_func destructor; 35 cx_destructor_func destructor;

mercurial