description | title | ms.date | api_name | api_location | api_type | topic_type | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: _CrtGetAllocHook |
_CrtGetAllocHook |
11/04/2016 |
|
|
|
|
|
|
036acf7c-547a-4b3f-a636-80451070d7ed |
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 );
Returns the currently defined allocation hook function.
_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 Debug hook function writing.
Routine | Required header |
---|---|
_CrtGetAllocHook |
<crtdbg.h> |
For more compatibility information, see Compatibility.
Debug versions of C run-time libraries only.