◆ aligned_alloc()
static void * elc::APIs::alloc::default_operators_provider_t::aligned_alloc |
( |
size_t |
align, |
|
|
size_t |
size |
|
) |
| |
|
inlinestaticnoexcept |
在文件 all_defs.cpp 第 14152 行定义.
14152 {
14153 return ::std::aligned_alloc(align,size);
14154 }
◆ aligned_blocksize()
static size_t elc::APIs::alloc::default_operators_provider_t::aligned_blocksize |
( |
const void * |
ptr, |
|
|
size_t |
align |
|
) |
| |
|
inlinestaticnoexcept |
◆ aligned_free()
static void elc::APIs::alloc::default_operators_provider_t::aligned_free |
( |
void * |
ptr, |
|
|
size_t |
align |
|
) |
| |
|
inlinestaticnoexcept |
◆ aligned_realloc()
static void * elc::APIs::alloc::default_operators_provider_t::aligned_realloc |
( |
void * |
ptr, |
|
|
size_t |
size, |
|
|
size_t |
align |
|
) |
| |
|
inlinestaticnoexcept |
该结构体的文档由以下文件生成: