|
umem
1.0.1
|
#include <umem_impl.h>
Public Attributes | |
| mutex_t | lh_lock |
| char * | lh_base |
| int * | lh_free |
| size_t | lh_chunksize |
| int | lh_nchunks |
| int | lh_head |
| int | lh_tail |
| int | lh_hits |
| umem_cpu_log_header_t | lh_cpu [1] |
| char* umem_log_header::lh_base |
| size_t umem_log_header::lh_chunksize |
| umem_cpu_log_header_t umem_log_header::lh_cpu[1] |
| int* umem_log_header::lh_free |
| int umem_log_header::lh_head |
| int umem_log_header::lh_hits |
| mutex_t umem_log_header::lh_lock |
| int umem_log_header::lh_nchunks |
| int umem_log_header::lh_tail |
1.8.14