/*
============================================================================
Name : hev-memory-allocator-simple.h
Author : Heiher <r@hev.cc>
Copyright : Copyright (c) 2018 everyone.
Description : Memory allocator simple
============================================================================
*/
/**
* hev_memory_allocator_simple_new:
*
* Creates a new simple memory allocator.
*
* Returns: a new #HevMemoryAllocator
*
* Since: 3.2
*/
HevMemoryAllocator *;
/* __HEV_MEMORY_ALLOCATOR_SIMPLE_H__ */