#include <low_level_alloc.h>
◆ anonymous enum
◆ anonymous enum
◆ LowLevelAlloc() [1/2]
absl::base_internal::LowLevelAlloc::LowLevelAlloc |
( |
| ) |
|
|
private |
◆ LowLevelAlloc() [2/2]
absl::base_internal::LowLevelAlloc::LowLevelAlloc |
( |
| ) |
|
|
private |
◆ Alloc() [1/2]
void * absl::base_internal::LowLevelAlloc::Alloc |
( |
size_t |
request | ) |
|
|
static |
◆ Alloc() [2/2]
static void* absl::base_internal::LowLevelAlloc::Alloc |
( |
size_t |
request | ) |
|
|
static |
◆ AllocWithArena() [1/2]
void * absl::base_internal::LowLevelAlloc::AllocWithArena |
( |
size_t |
request, |
|
|
Arena * |
arena |
|
) |
| |
|
static |
◆ AllocWithArena() [2/2]
static void* absl::base_internal::LowLevelAlloc::AllocWithArena |
( |
size_t |
request, |
|
|
Arena * |
arena |
|
) |
| |
|
static |
◆ DefaultArena() [1/2]
static Arena* absl::base_internal::LowLevelAlloc::DefaultArena |
( |
| ) |
|
|
static |
◆ DefaultArena() [2/2]
◆ DeleteArena() [1/2]
static bool absl::base_internal::LowLevelAlloc::DeleteArena |
( |
Arena * |
arena | ) |
|
|
static |
◆ DeleteArena() [2/2]
bool absl::base_internal::LowLevelAlloc::DeleteArena |
( |
Arena * |
arena | ) |
|
|
static |
◆ Free() [1/2]
static void absl::base_internal::LowLevelAlloc::Free |
( |
void * |
s | ) |
|
|
static |
◆ Free() [2/2]
void absl::base_internal::LowLevelAlloc::Free |
( |
void * |
s | ) |
|
|
static |
◆ NewArena() [1/2]
◆ NewArena() [2/2]
static Arena* absl::base_internal::LowLevelAlloc::NewArena |
( |
int32_t |
flags | ) |
|
|
static |
The documentation for this class was generated from the following files: