![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcrt/fx_memory.h"#include "core/fxcrt/compiler_specific.h"#include "core/fxcrt/fx_safe_types.h"Go to the source code of this file.
Namespaces | |
| namespace | pdfium |
| namespace | pdfium::internal |
Functions | |
| void * | pdfium::internal::Alloc (size_t num_members, size_t member_size) |
| void * | pdfium::internal::Calloc (size_t num_members, size_t member_size) |
| void * | pdfium::internal::Realloc (void *ptr, size_t num_members, size_t member_size) |
| void | pdfium::internal::Dealloc (void *ptr) |
| void * | pdfium::internal::StringAlloc (size_t num_members, size_t member_size) |
| void | pdfium::internal::StringDealloc (void *ptr) |
| void | FX_InitializeMemoryAllocators () |
| void | FX_DestroyMemoryAllocators () |
| void * | FX_ArrayBufferAllocate (size_t length) |
| void * | FX_ArrayBufferAllocateUninitialized (size_t length) |
| void | FX_ArrayBufferFree (void *data) |
| void * FX_ArrayBufferAllocate | ( | size_t | length | ) |
Definition at line 142 of file fx_memory_pa.cpp.
| void * FX_ArrayBufferAllocateUninitialized | ( | size_t | length | ) |
Definition at line 149 of file fx_memory_pa.cpp.
Definition at line 154 of file fx_memory_pa.cpp.
| void FX_DestroyMemoryAllocators | ( | ) |
Definition at line 136 of file fx_memory_pa.cpp.
| void FX_InitializeMemoryAllocators | ( | ) |
Definition at line 130 of file fx_memory_pa.cpp.