Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/heap/
H A Dalign.cpp538 extern "C" __declspec(noinline) void __cdecl _aligned_free(void* const block) in _aligned_free() function
/reactos/sdk/lib/crt/wine/
H A Dheap.c567 void CDECL _aligned_free(void *memblock) in _aligned_free() function
/reactos/sdk/include/ucrt/
H A Dcrtdbg.h298 #define _aligned_free(p) _aligned_free_dbg(p) macro