Struct
NumCosmoMathMemoryPoolSlice
Description
struct NcmMemoryPoolSlice {
gpointer p;
gboolean in_use;
NcmMemoryPool* mp;
}
No description available.
Structure members
p:gpointerPointer to the actual slice.
in_use:gbooleanBoolean determining if the slice is in use.
mp:NcmMemoryPoolA back pointer to the pool.