Searched defs:os_malloc_aligned (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/ | ||
| H A D | os_memory_stdc.h | 52 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) macro |
| H A D | os_memory_aligned.h | 54 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 D | os_memory_stdc.h | 54 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 D | os_memory_aligned.h | 59 os_malloc_aligned(size_t size, size_t alignment) function in typeref:typename:void * |
Completed in 5 milliseconds