MGL(Win32)
読み取り中…
検索中…
一致する文字列を見つけられません
mgl_memory_allocator.h ファイル

MGL メモリアロケータ [詳解]

#include <cstddef>
#include <cstdint>
#include <mgl/hash/mgl_hash_fnv1a.h>

[ソースコード]

クラス

class  MGL::Memory::Allocator
 メモリアロケータインターフェース [詳解]
 

関数

constexpr AllocatorType MGL::Memory::MakeAllocatorType (const char *key) noexcept
 AllocatorTypeを生成するための定数式
 

変数

constexpr AllocatorType MGL::Memory::kInvalidAllocatorType = MakeAllocatorType("MGL-InvalidAllocator")
 無効なアロケータを表す値
 

詳解

MGL メモリアロケータ

日付
Since: April 29, 2022. 20:21:50 JST.
著者
Acerola

関数詳解

◆ MakeAllocatorType()

AllocatorType MGL::Memory::MakeAllocatorType ( const char * key)
constexprnoexcept

AllocatorTypeを生成するための定数式

引数
[in]key生成に使用する文字列
戻り値
生成されたアロケータタイプ