INtime SDK Help
heap_get_blk_size
INtime SDK v7.1 > About INtime > Other system libraries > Heaps and memory pools > C/C++ Runtime heap > heap_get_blk_size

Returns the size of the heap's basic allocation block.

size_t heap_get_blk_size(void);

Parameters

None.

Remarks

Returns the size of the basic allocation block in units of page size. See heap_get_page_size.

Return Values

Greater than 0 (zero)
Success.
0 (zero)
Failure. The function sets errno to one of these values:
EEXIST The heap is deleted.

Requirements

Versions Defined in Include Link to
INtime 4.0 intime/rt/include/heap.h heap.h clib.lib
   
See Also