Home
last modified time | relevance | path

Searched defs:aligned_address (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Daligned_malloc_unittest.cc43 const uintptr_t aligned_address = reinterpret_cast<uintptr_t> (scoped.get()); in TEST() local
/external/flac/libFLAC/
Dmemory.c45 void *FLAC__memory_alloc_aligned(size_t bytes, void **aligned_address) in FLAC__memory_alloc_aligned()