rpc_sm_disable_allocate(3rpc) — Subroutines
NAME
rpc_sm_disable_allocate — Releases resources and allocated memory within the stub memory management scheme
Synopsis
void rpc_sm_disable_allocate(
unsigned32 ∗status);
Parameters
Output
statusReturns the status code from this routine. This status code indicates whether the routine completed successfully or, if not, why not.
Description
The rpc_sm_disable_allocate() routine releases all resources acquired by a call to rpc_sm_enable_allocate(), and any memory allocated by calls to rpc_sm_allocate() after the call to rpc_sm_enable_allocate() was made.
The rpc_sm_enable_allocate() and rpc_sm_disable_allocate() routines must be used in matching pairs.
Errors
The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
rpc_s_ok
Success.
Related Information
Functions: rpc_sm_allocate(3rpc), rpc_sm_enable_allocate(3rpc).