|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <corecrt_internal.h>
Go to the source code of this file.
Functions | |
| int __cdecl | _CrtDefaultAllocHook (int const allocation_type, void *const data, size_t const size, int const block_use, long const request, unsigned char const *const file_name, int const line_number) |
Variables | |
| _CRT_ALLOC_HOOK | _pfnAllocHook = _CrtDefaultAllocHook |
| int __cdecl _CrtDefaultAllocHook | ( | int const | allocation_type, |
| void *const | data, | ||
| size_t const | size, | ||
| int const | block_use, | ||
| long const | request, | ||
| unsigned char const *const | file_name, | ||
| int const | line_number | ||
| ) |
Definition at line 19 of file debug_heap_hook.cpp.
| _CRT_ALLOC_HOOK _pfnAllocHook = _CrtDefaultAllocHook |
Definition at line 40 of file debug_heap_hook.cpp.
Referenced by _CrtGetAllocHook(), _CrtSetAllocHook(), free_dbg_nolock(), heap_alloc_dbg_internal(), and realloc_dbg_nolock().