Home
last modified time | relevance | path

Searched refs:HeapValidate (Results 1 – 14 of 14) sorted by relevance

/reactos/sdk/lib/ucrt/heap/
H A Dfree_base.cpp65 if (HeapValidate(__acrt_heap, 0, block)) in select_heap()
70 if (HeapValidate(msvcrt_heap_handle, 0, block)) in select_heap()
H A Dheapchk.cpp17 if (!HeapValidate(__acrt_heap, 0, nullptr)) in _heapchk()
H A Dheapwalk.cpp66 if (!HeapValidate(__acrt_heap, 0, entry->_pentry)) in _heapwalk()
H A Ddebug_heap.cpp866 if (HeapValidate(msvcrt_heap_handle, 0, block)) in free_dbg_nolock()
1301 if (!HeapValidate(__acrt_heap, 0, nullptr)) in _CrtCheckMemory()
1419 return HeapValidate(__acrt_heap, 0, header_from_block(block)); in _CrtIsValidHeapPointer()
/reactos/sdk/lib/crt/wine/
H A Dheap.c97 if(sb_heap && ptr && !HeapValidate(heap, 0, ptr)) in msvcrt_heap_realloc()
129 if(sb_heap && ptr && !HeapValidate(heap, 0, ptr)) in msvcrt_heap_free()
140 if(sb_heap && ptr && !HeapValidate(heap, 0, ptr)) in msvcrt_heap_size()
267 if (!HeapValidate(heap, 0, NULL) || in _heapchk()
268 (sb_heap && !HeapValidate(sb_heap, 0, NULL))) in _heapchk()
307 !HeapValidate( heap, 0, phe.lpData )) in _heapwalk()
/reactos/modules/rostests/winetests/kernel32/
H A Dheap.c907 ret = HeapValidate( GetProcessHeap(), 0, p ); in test_heap_checks()
951 ret = HeapValidate( GetProcessHeap(), 0, p ); in test_heap_checks()
994 ret = HeapValidate( GetProcessHeap(), 0, NULL ); in test_heap_checks()
999 ret = HeapValidate( GetProcessHeap(), 0, NULL ); in test_heap_checks()
1003 ret = HeapValidate( GetProcessHeap(), 0, NULL ); in test_heap_checks()
1012 ret = HeapValidate( GetProcessHeap(), 0, p ); in test_heap_checks()
1030 ret = HeapValidate( GetProcessHeap(), 0, p ); in test_heap_checks()
/reactos/sdk/lib/crt/stdlib/
H A Dmalloc.c125 if (!HeapValidate(GetProcessHeap(), 0, NULL)) in _heapchk()
/reactos/sdk/lib/crt/misc/
H A Dgetargs.c320 HeapValidate(GetProcessHeap(), 0, NULL); in __getmainargs()
467 HeapValidate(GetProcessHeap(), 0, NULL); in __wgetmainargs()
/reactos/dll/win32/ole32/
H A Difs.c348 did_alloc = HeapValidate(GetProcessHeap(), 0, mem); in IMalloc_fnDidAlloc()
/reactos/modules/rostests/winetests/ntdll/
H A Dthreadpool.c2204 ret = HeapValidate(GetProcessHeap(), 0, io); in test_tp_io()
2207 ret = HeapValidate(GetProcessHeap(), 0, io); in test_tp_io()
2224 ret = HeapValidate(GetProcessHeap(), 0, io); in test_tp_io()
2227 ret = HeapValidate(GetProcessHeap(), 0, io); in test_tp_io()
2235 ret = HeapValidate(GetProcessHeap(), 0, io); in test_tp_io()
2242 ret = HeapValidate(GetProcessHeap(), 0, io); in test_tp_io()
/reactos/dll/win32/kernel32/client/
H A Dheapmem.c156 HeapValidate(HANDLE hHeap, in HeapValidate() function
/reactos/dll/win32/kernel32/
H A Dkernel32.spec708 @ stdcall HeapValidate(long long ptr)
/reactos/dll/win32/dbghelp/
H A Dmsc.c2818 HeapValidate(GetProcessHeap(), 0, NULL); in pdb_process_internal()
/reactos/sdk/include/psdk/
H A Dwinbase.h2652 BOOL WINAPI HeapValidate(HANDLE,DWORD,LPCVOID);