TCPIP_STACK_HEAP_FreeSize Function

C

size_t TCPIP_STACK_HEAP_FreeSize(
    TCPIP_STACK_HEAP_HANDLE heapH
);

Description

This function returns the size of the space currently available in the heap.

Preconditions

heapH - valid heap handle.

Parameters

ParametersDescription
heapHHandle to a heap.

Returns

  • The size of the available space in the heap.

Remarks

None.