heap__get_stats.c 245 B

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