Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/wine/
H A Dheap.h37 static inline void * __WINE_ALLOC_SIZE(2) heap_realloc(void *mem, SIZE_T len) in heap_realloc() function
/reactos/dll/cpl/appwiz/
H A Dappwiz.h71 static inline void *heap_realloc(void *mem, size_t len) in heap_realloc() function
/reactos/dll/win32/mshtml/
H A Dmshtml_private.h1137 static inline void * __WINE_ALLOC_SIZE(2) heap_realloc(void *mem, size_t len) in heap_realloc() function