HomeSort by relevance Sort by last modified time
    Searched full: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 155 milliseconds