Searched refs:__mallocedMemory (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dmm_malloc.h41 void *__mallocedMemory; local
43 __mallocedMemory = __mingw_aligned_malloc(__size, __align);
45 __mallocedMemory = _aligned_malloc(__size, __align);
47 if (posix_memalign(&__mallocedMemory, __align, __size))
51 return __mallocedMemory;

Completed in 118 milliseconds