Function lua_totalbytes

Source
pub unsafe extern "C-unwind" fn lua_totalbytes(
    L: *mut lua_State,
    category: c_int,
) -> usize
Expand description

Reads the number of bytes allocated to a given memory category.