Home
last modified time | relevance | path

Searched refs:_HEAPOK (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/ucrt/heap/
H A Dheapwalk.cpp20 return _HEAPOK; in try_walk()
73 if (status != _HEAPOK) in _heapwalk()
84 return _HEAPOK; in _heapwalk()
88 if (status != _HEAPOK) in _heapwalk()
H A Dheapchk.cpp20 return _HEAPOK; in _heapchk()
/reactos/sdk/lib/crt/wine/
H A Dheap.c31 #define MSVCRT__HEAPOK _HEAPOK
273 return _HEAPOK; in _heapchk()
332 return _HEAPOK; in _heapwalk()
345 while ((retval = _heapwalk(&heap)) == _HEAPOK) in _heapset()
351 return retval == _HEAPEND ? _HEAPOK : retval; in _heapset()
/reactos/sdk/include/ucrt/
H A Dmalloc.h34 #define _HEAPOK (-2) macro
/reactos/sdk/include/crt/
H A Dmalloc.h29 #define _HEAPOK (-2) macro
/reactos/modules/rostests/winetests/msvcrt/
H A Dheaders.c334 CHECK_DEF(_HEAPOK); in test_defines()