webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
aligned_malloc_unittest.cc File Reference
#include "webrtc/system_wrappers/include/aligned_malloc.h"
#include <memory>
#include <stdint.h>
#include "webrtc/test/gtest.h"
#include "webrtc/typedefs.h"

Namespaces

 webrtc
 

Functions

bool webrtc::CorrectUsage (size_t size, size_t alignment)
 
 webrtc::TEST (AlignedMalloc, GetRightAlign)
 
 webrtc::TEST (AlignedMalloc, IncorrectSize)
 
 webrtc::TEST (AlignedMalloc, IncorrectAlignment)
 
 webrtc::TEST (AlignedMalloc, AlignTo2Bytes)
 
 webrtc::TEST (AlignedMalloc, AlignTo32Bytes)
 
 webrtc::TEST (AlignedMalloc, AlignTo128Bytes)