rpc_ss_disable_allocate(3rpc) — Subroutines
NAME
rpc_ss_disable_allocate — Releases resources and allocated memory; used by client applications
Synopsis
void rpc_ss_disable_allocate(
void);
Description
The rpc_ss_disable_allocate() routine releases (disables) all resources acquired by a call to rpc_ss_enable_allocate(), and any memory allocated by calls to rpc_ss_allocate() after the call to rpc_ss_enable_allocate() was made.
The rpc_ss_enable_allocate() and rpc_ss_disable_allocate() routines must be used in matching pairs.
For information about rules for using memory management routines, see the OSF DCE Application Development Guide—Core Components.
Related Information
Functions: rpc_ss_allocate(3rpc), rpc_ss_enable_allocate(3rpc).
Books: OSF DCE Application Development Guide—Core Components.