15 void*
Allocate(std::size_t& a_sizeInBytes, std::size_t& a_alignment,
NiMemEventType a_eventType,
bool a_provideAccurateSizeOnDeallocate,
const char* a_file, std::int32_t a_line,
const char* a_function)
override;
17 void*
Reallocate(
void* a_memory,
size_t& a_sizeInBytes, std::size_t& a_alignment,
NiMemEventType a_eventType,
bool a_provideAccurateSizeOnDeallocate, std::size_t a_sizeCurrent,
const char* a_file, std::int32_t a_line,
const char* a_function)
override;
18 bool TrackAllocate(
const void*
const a_memory, std::size_t a_sizeInBytes,
NiMemEventType a_eventType,
const char* a_file, std::int32_t a_line,
const char* a_function)
override;
Definition BSNiAllocator.h:8
~BSNiAllocator() override
static constexpr auto RTTI
Definition BSNiAllocator.h:10
void Unk_06(void) override
void Deallocate(void *a_memory, NiMemEventType a_eventType, std::size_t a_sizeInBytes) override
bool VerifyAddress(const void *a_memory) override
bool TrackDeallocate(const void *const a_memory, NiMemEventType a_eventType) override
void Initialize() override
bool TrackAllocate(const void *const a_memory, std::size_t a_sizeInBytes, NiMemEventType a_eventType, const char *a_file, std::int32_t a_line, const char *a_function) override
void * Allocate(std::size_t &a_sizeInBytes, std::size_t &a_alignment, NiMemEventType a_eventType, bool a_provideAccurateSizeOnDeallocate, const char *a_file, std::int32_t a_line, const char *a_function) override
void * Reallocate(void *a_memory, size_t &a_sizeInBytes, std::size_t &a_alignment, NiMemEventType a_eventType, bool a_provideAccurateSizeOnDeallocate, std::size_t a_sizeCurrent, const char *a_file, std::int32_t a_line, const char *a_function) override
Definition NiAllocator.h:23
Definition AbsorbEffect.h:6
NiMemEventType
Definition NiAllocator.h:6
constexpr REL::VariantID RTTI_BSNiAllocator(690323, 398178, 0x1f5ffd0)