pub unsafe extern "C" fn memmgr_heap_get_thread_memory(
    taks_handle: *mut c_void
) -> usize
Expand description

Memmgr heap get allocatred thread memory

@param thread_id - thread id to track

@return bytes allocated right now