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

Namespaces

 webrtc
 

Functions

uintptr_t webrtc::GetRightAlign (uintptr_t start_pos, size_t alignment)
 
bool webrtc::ValidAlignment (size_t alignment)
 
voidwebrtc::GetRightAlign (const void *ptr, size_t alignment)
 
voidwebrtc::AlignedMalloc (size_t size, size_t alignment)
 
void webrtc::AlignedFree (void *mem_block)