heap__get_stats.c 272 B

123456789
  1. #include "private.h"
  2. /*--------------------------------------------------------- */
  3. void
  4. lub_heap__get_stats(lub_heap_t *this,
  5. lub_heap_stats_t *stats)
  6. {
  7. *stats = this->stats;
  8. }
  9. /*--------------------------------------------------------- */