Searched defs:AlignedMalloc (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/system_wrappers/include/
H A Daligned_malloc.h33 void* AlignedMalloc(size_t size, size_t alignment);
34 // De-allocates memory created using the AlignedMalloc() API.
45 T* AlignedMalloc(size_t size, size_t alignment) { function in namespace:webrtc
46 return reinterpret_cast<T*>(AlignedMalloc(size, alignment));
/external/webrtc/webrtc/system_wrappers/source/
H A Daligned_malloc.cc53 void* AlignedMalloc(size_t size, size_t alignment) { function in namespace:webrtc

Completed in 80 milliseconds