Searched defs:os_malloc_aligned (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_memory_aligned.h46 os_malloc_aligned(size_t size, size_t alignment) function
H A Dos_memory_stdc.h54 os_malloc_aligned(size_t size, size_t alignment) function
69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) macro
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_memory_aligned.h46 os_malloc_aligned(size_t size, size_t alignment) function
H A Dos_memory_stdc.h54 os_malloc_aligned(size_t size, size_t alignment) function
69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) macro

Completed in 2773 milliseconds