Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the current client-defined allocation function for hooking into the C run-time debug memory allocation process (debug version only).
_CRT_ALLOC_HOOK _CrtGetAllocHook( void );
Return Value
Returns the currently defined allocation hook function.
Remarks
_CrtGetAllocHook retrieves the current client-defined application hook function for the C run-time debug library memory allocation process.
For more information about using other hook-capable run-time functions and writing your own client-defined hook functions, see Writing Your Own Debug Hook Functions.
Requirements
Routine |
Required header |
|---|---|
_CrtGetAllocHook |
<crtdbg.h> |
For more compatibility information, see Compatibility in the Introduction.
Libraries
Debug versions of C run-time libraries only.
.NET Framework Equivalent
Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples.