rpc_ss_disable_allocate(3rpc)Releases resources and allocated memory Used by client applications. Synopsis #include <dce/rpc.h> void rpc_ss_disable_allocate (void);
Description 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 Book: OSF DCE Application Development Guide - Core Components
|