cp_heap_count(3) - Linux man page

Name

cp_heap_count - return the number of items stored in a heap

Synopsis

#include <cprops/heap.h>

int cp_heap_count(cp_heap *heap);

Description

cp_heap_count returns the number of items currently stored in a heap.

Referenced By

cp_heap_size(3)