Searched refs:mp_size (Results 1 – 3 of 3) sorted by relevance
27 .mp_size = sizeof(struct mem_block) * MAX_BLOCKS,136 .mp_size = sizeof(struct mem_block) * MAX_BLOCKS,
23 .mp_size = 0,41 if ((attr != NULL) && (attr->mp_size < block_count * block_size)) { in osMemoryPoolNew()
288 uint32_t mp_size; /* /< size of provided memory for data storage */ member