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

  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_stdc.h 54 os_malloc_aligned(size_t size, size_t alignment) function
69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) macro
os_memory_aligned.h 59 os_malloc_aligned(size_t size, size_t alignment) function

Completed in 67 milliseconds