Function rusteron_media_driver::bindings::aeron_clock_cache_alloc
source ยท pub unsafe extern "C" fn aeron_clock_cache_alloc(
cached_clock: *mut *mut aeron_clock_cache_t,
) -> c_int
Expand description
Allocate a cached clock.
@param cached_clock Pointer to the pointer to be initialised with the new cached clock @return -1 if allocation fails, e.g. out of memory.