Use new non-zeroing allocator APIs
Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
2
env/posix/utils_mpool.h
vendored
2
env/posix/utils_mpool.h
vendored
@@ -44,7 +44,7 @@ struct env_mpool;
|
||||
struct env_mpool *env_mpool_create(uint32_t hdr_size, uint32_t elem_size,
|
||||
int flags, int mpool_max, bool fallback,
|
||||
const uint32_t limits[env_mpool_max],
|
||||
const char *name_perfix);
|
||||
const char *name_perfix, bool zero);
|
||||
|
||||
/**
|
||||
* @brief Destroy existing memory pool
|
||||
|
Reference in New Issue
Block a user