Searched refs:cv2_mslab (Results 1 – 2 of 2) sorted by relevance
13 K_MEM_SLAB_DEFINE(cv2_mem_slab, sizeof(struct cv2_mslab),31 struct cv2_mslab *mslab; in osMemoryPoolNew()50 (void)memset(mslab, 0, sizeof(struct cv2_mslab)); in osMemoryPoolNew()96 struct cv2_mslab *mslab = (struct cv2_mslab *)mp_id; in osMemoryPoolAlloc()135 struct cv2_mslab *mslab = (struct cv2_mslab *)mp_id; in osMemoryPoolFree()156 struct cv2_mslab *mslab = (struct cv2_mslab *)mp_id; in osMemoryPoolGetName()170 struct cv2_mslab *mslab = (struct cv2_mslab *)mp_id; in osMemoryPoolGetCapacity()184 struct cv2_mslab *mslab = (struct cv2_mslab *)mp_id; in osMemoryPoolGetBlockSize()198 struct cv2_mslab *mslab = (struct cv2_mslab *)mp_id; in osMemoryPoolGetCount()212 struct cv2_mslab *mslab = (struct cv2_mslab *)mp_id; in osMemoryPoolGetSpace()[all …]
52 struct cv2_mslab { struct