Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/string/
H A Dwinesup.h13 #define HeapAlloc(_Heap, _Flags, _Size) RtlAllocateHeap(_Heap, _Flags, _Size) macro
/reactos/dll/win32/kernel32/include/
H A Dkernel32.h168 #define HeapAlloc RtlAllocateHeap macro
/reactos/dll/win32/dbghelp/
H A Dcompat.h733 #define HeapAlloc __HeapAlloc macro