memobj_get_size()

Determine the size of an object

Synopsis:

#include <memobj/handles.h>
size_t memobj_get_size(const struct memobj *obj)

Arguments:

obj
A handle to a memory object.

Library:

libmemobj

Description:

The memobj_get_size() function determines the size of an object, in bytes.

Page updated: