ec_mem_type_def
Last updated March 2020
This struct is defined as follows:
static struct ec_mem_type_def memtypes[MEMTYPE_MAX] = { {0, 0, 0, 0}, };
MEMTYPE_MAX
is the maximum possible number of memory types and is defined in ec_malloc.h
as follows: #define MEMTYPE_MAX 512
.
To use this struct, include the file memory.c
.
Was this page helpful?