Struct

NumCosmoMathMemoryPoolSlice

Description

struct NcmMemoryPoolSlice {
  gpointer p;
  gboolean in_use;
  NcmMemoryPool* mp;
}

No description available.

Structure members
p: gpointer

Pointer to the actual slice.

in_use: gboolean

Boolean determining if the slice is in use.

mp: NcmMemoryPool

A back pointer to the pool.