![]() |
(git:b77b4be)
|
Internal struct for pool statistics. More...
#include <dbm_mempool.h>
Data Fields | |
uint64_t | host_used |
uint64_t | device_used |
uint64_t | host_size |
uint64_t | device_size |
uint64_t | host_mallocs |
uint64_t | device_mallocs |
Internal struct for pool statistics.
Definition at line 50 of file dbm_mempool.h.
uint64_t dbm_memstats_t::host_used |
Definition at line 52 of file dbm_mempool.h.
uint64_t dbm_memstats_t::device_used |
Definition at line 52 of file dbm_mempool.h.
uint64_t dbm_memstats_t::host_size |
Definition at line 54 of file dbm_mempool.h.
uint64_t dbm_memstats_t::device_size |
Definition at line 54 of file dbm_mempool.h.
uint64_t dbm_memstats_t::host_mallocs |
Definition at line 56 of file dbm_mempool.h.
uint64_t dbm_memstats_t::device_mallocs |
Definition at line 56 of file dbm_mempool.h.