Blender  V3.3
Functions
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 voidutil_aligned_malloc (size_t size, int alignment)
 
void util_aligned_free (void *ptr)
 

Function Documentation

◆ util_aligned_free()

void util_aligned_free ( void ptr)

◆ util_aligned_malloc()

CCL_NAMESPACE_BEGIN void* util_aligned_malloc ( size_t  size,
int  alignment 
)