Searched defs:alignBytes (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/deqp/framework/delibs/debase/ |
H A D | deMemory.c | 140 void *deAlignedMalloc(size_t numBytes, size_t alignBytes) in deAlignedMalloc() 187 void *deAlignedRealloc(void *ptr, size_t numBytes, size_t alignBytes) in deAlignedRealloc()
|
/aosp_15_r20/external/deqp/framework/delibs/depool/ |
H A D | deMemPool.c | 429 DE_INLINE void *deMemPool_allocInternal(deMemPool *pool, size_t numBytes, uint32_t alignBytes) in deMemPool_allocInternal() 521 void *deMemPool_alignedAlloc(deMemPool *pool, size_t numBytes, uint32_t alignBytes) in deMemPool_alignedAlloc()
|
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deMemPool.hpp | 108 inline void *MemPool::alignedAlloc(uintptr_t numBytes, uint32_t alignBytes) in alignedAlloc()
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstd_cwksp.h | 262 MEM_STATIC size_t ZSTD_cwksp_bytes_to_align_ptr(void* ptr, const size_t alignBytes) { in ZSTD_cwksp_bytes_to_align_ptr()
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/ |
H A D | GmmGen9ResourceULT.cpp | 1711 #define ULT_ALIGNED_MALLOC(Size, alignBytes) _aligned_malloc(Size, alignBytes) in TEST_F() argument
|