Blender V4.3
implicit_sharing.cc File Reference
#include <algorithm>
#include <cstring>
#include "MEM_guardedalloc.h"
#include "BLI_implicit_sharing.hh"

Go to the source code of this file.

Classes

class  blender::implicit_sharing::MEMFreeImplicitSharing
 

Namespaces

namespace  blender
 
namespace  blender::implicit_sharing
 
namespace  blender::implicit_sharing::detail
 

Functions

const ImplicitSharingInfoblender::implicit_sharing::info_for_mem_free (void *data)
 
void * blender::implicit_sharing::detail::make_trivial_data_mutable_impl (void *old_data, int64_t size, int64_t alignment, const ImplicitSharingInfo **sharing_info)
 
void * blender::implicit_sharing::detail::resize_trivial_array_impl (void *old_data, int64_t old_size, int64_t new_size, int64_t alignment, const ImplicitSharingInfo **sharing_info)