ecs_map_insert_alloc

Function ecs_map_insert_alloc 

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

Insert pointer element for key, populate with new allocation.