Blender V5.0
aligned_malloc.cpp File Reference
#include "util/aligned_malloc.h"
#include "util/guarded_allocator.h"
#include <cassert>
#include <malloc.h>

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN void * util_aligned_malloc (const size_t size, const int alignment)
void util_aligned_free (void *ptr, const size_t size)

Function Documentation

◆ util_aligned_free()

void util_aligned_free ( void * ptr,
const size_t size )

◆ util_aligned_malloc()

CCL_NAMESPACE_BEGIN void * util_aligned_malloc ( const size_t size,
const int alignment )