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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_memory_stdc.h52 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) macro
H A Dos_memory_aligned.h54 os_malloc_aligned(size_t size, size_t alignment) function in typeref:typename:void *
71 os_malloc_aligned(size_t size, size_t alignment) function in typeref:typename:void *
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dos_memory_stdc.h54 os_malloc_aligned(size_t size, size_t alignment) function in typeref:typename:void *
69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) macro
H A Dos_memory_aligned.h59 os_malloc_aligned(size_t size, size_t alignment) function in typeref:typename:void *

Completed in 5 milliseconds