Searched refs:RtlSizeHeap (Results 1 – 12 of 12) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | usrheap.h | 70 PrevSize = RtlSizeHeap(GlobalUserHeap, in UserHeapReAlloc()
|
H A D | desktop.h | 243 PrevSize = RtlSizeHeap(Desktop->pheapDesktop, in DesktopHeapReAlloc()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | RtlReAllocateHeap.c | 51 ok_hex(RtlSizeHeap(RtlGetProcessHeap(), 0, NewBuffer), Size); in ReAllocBuffer()
|
/reactos/dll/win32/kernel32/client/ |
H A D | heapmem.c | 1003 dwBytes = RtlSizeHeap(BaseHeap, HEAP_NO_SERIALIZE, hMem); in GlobalReAlloc() 1115 dwSize = RtlSizeHeap(BaseHeap, HEAP_NO_SERIALIZE, hMem); in GlobalSize() 1147 dwSize = RtlSizeHeap(BaseHeap, in GlobalSize()
|
/reactos/sdk/lib/rtl/ |
H A D | heapdbg.c | 536 Result = RtlSizeHeap(HeapPtr, Flags, Ptr); in RtlDebugSizeHeap()
|
H A D | actctx.c | 3752 … data->ulSectionTotalLength = RtlSizeHeap( GetProcessHeap(), 0, actctx->dllredirect_section ); in find_dll_redirection() 3966 data->ulSectionTotalLength = RtlSizeHeap( GetProcessHeap(), 0, actctx->wndclass_section ); in find_window_class() 4141 data->ulSectionTotalLength = RtlSizeHeap( GetProcessHeap(), 0, actctx->tlib_section ); in find_tlib_redirection() 4493 data->ulSectionTotalLength = RtlSizeHeap( GetProcessHeap(), 0, actctx->comserver_section ); in find_comserver_redirection() 4704 data->ulSectionTotalLength = RtlSizeHeap( GetProcessHeap(), 0, actctx->ifaceps_section ); in find_cominterface_redirection() 4862 data->ulSectionTotalLength = RtlSizeHeap( GetProcessHeap(), 0, actctx->clrsurrogate_section ); in find_clr_surrogate() 5090 data->ulSectionTotalLength = RtlSizeHeap( GetProcessHeap(), 0, actctx->progid_section ); in find_progid_redirection()
|
H A D | heap.c | 3199 RtlSizeHeap( in RtlSizeHeap() function
|
/reactos/dll/win32/kernel32/ |
H A D | kernel32.spec | 704 @ stdcall HeapSize(long long ptr) ntdll.RtlSizeHeap
|
/reactos/ntoskrnl/ |
H A D | ntoskrnl.spec | 1277 @ stdcall RtlSizeHeap(ptr long ptr)
|
/reactos/sdk/include/ndk/ |
H A D | rtlfuncs.h | 1116 RtlSizeHeap(
|
/reactos/sdk/include/reactos/wine/ |
H A D | winternl.h | 2865 NTSYSAPI SIZE_T WINAPI RtlSizeHeap(HANDLE,ULONG,const void*);
|
/reactos/dll/ntdll/def/ |
H A D | ntdll.spec | 1179 @ stdcall RtlSizeHeap(long long ptr)
|