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

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
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/src/system_wrappers/source/
H A Daligned_malloc.cc48 void* AlignedMalloc(size_t size, size_t alignment) function in namespace:webrtc
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Daligned_malloc.cc53 void* AlignedMalloc(size_t size, size_t alignment) { function in namespace:webrtc

Completed in 30 milliseconds