HomeSort by relevance Sort by last modified time
    Searched defs:__mallocedMemory (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Headers/
mm_malloc.h 55 void *__mallocedMemory;
57 __mallocedMemory = __mingw_aligned_malloc(__size, __align);
59 __mallocedMemory = _aligned_malloc(__size, __align);
61 if (posix_memalign(&__mallocedMemory, __align, __size))
65 return __mallocedMemory;
  /prebuilts/sdk/renderscript/clang-include/
mm_malloc.h 55 void *__mallocedMemory;
57 __mallocedMemory = __mingw_aligned_malloc(__size, __align);
59 __mallocedMemory = _aligned_malloc(__size, __align);
61 if (posix_memalign(&__mallocedMemory, __align, __size))
65 return __mallocedMemory;

Completed in 214 milliseconds