Home
last modified time | relevance | path

Searched defs:_CrtIsValidHeapPointer (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/ucrt/heap/
H A Ddebug_heap.cpp1414 extern "C" int __cdecl _CrtIsValidHeapPointer(void const* const block) in _CrtIsValidHeapPointer() function
/reactos/sdk/include/crt/
H A Dcrtdbg.h248 #define _CrtIsValidHeapPointer(p) ((int)1) macro
/reactos/sdk/include/ucrt/
H A Dcrtdbg.h142 #define _CrtIsValidHeapPointer(p) ((int)1) macro