ecs_map_ensure_alloc

Function ecs_map_ensure_alloc 

Source
pub unsafe extern "C" fn ecs_map_ensure_alloc(
    map: *mut ecs_map_t,
    elem_size: ecs_size_t,
    key: ecs_map_key_t,
) -> *mut c_void
Expand description

Get or insert pointer element for key, allocate if the pointer is NULL