OpenDOF Project

Allocation hint identifiers.

These hints can be used to identify the type of memory being requested. This can be useful if space is preallocated by the application instead of using dynamic memory allocation.

Enumerator:
DOSMEMORYHINT_LOCAL_OPERATION 

Local Operation, as stored by a requestor application.

Maximum is DOSMEMORYMAXSIZE_LOCAL_OPERATION.

DOSMEMORYHINT_REMOTE_OPERATION 

Remote Operation, as stored by a provider application.

Maximum is DOSMEMORYMAXSIZE_REMOTE_OPERATION.

DOSMEMORYHINT_REMOTE_OPERATION_DELAYED 

Delayed Remote Operation.

Maximum size is dependent on the packet received.

DOSMEMORYHINT_SUBSCRIBE_ITEM_ENTRY 

Provider-side subscriber item operation entry.

Maximum is DOSMEMORYMAXSIZE_SUBSCRIBE_ITEM_ENTRY.

DOSMEMORYHINT_CONTEXT_SAVE 

Stored context.

Maximum is DOSMEMORYMAXSIZE_CONTEXT_SAVE, plus the size of any data stored in the send buffer when the context is saved.

DOSMEMORYHINT_SID_CACHE_ENTRY 

Entry into the sid table.

Maximum is DOSMEMORYMAXSIZE_SID_CACHE_ENTRY.

DOSMEMORYHINT_DPS_SESSION 

Session, Maximum is DOSMEMORYMAXSIZE_DPS_SESSION.

DOSMEMORYHINT_REMOTE_NODE_SECURITY_STATE 

Internal Secruity related data.

Maximum size is dependent on the packet received.

DOSMEMORYHINT_SECURITY_OPERATION 

Internal Security state related to remote nodes.

Maximum size is DOSMEMORYMAXSIZE_REMOTE_NODE_SECURITY_STATE.

DOSMEMORYHINT_OBJECTID 

Internal Security related operation.

Maximum size is dependent on the packet received.

DOSMEMORYHINT_OAPSESSION 

ObjectID.

Maximum size is unbounded. OAP Session. Maximum size is the larger of DOSMEMORYMAXSIZE_OAP_SESSION or DOSMEMORYMAXSIZE_OAP_SESSION_PROVIDE.

core-c-cos Version 7.0.1 Build 0
2018-02-08