![]() |
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 <limits>
#include <memory>
#include "build/build_config.h"
#include "core/fxcrt/compiler_specific.h"
#include "testing/gtest/include/gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (fxcrt, FX_AllocZero) | |
TEST (fxcrt, FXAllocOOM) | |
TEST (fxcrt, FX_AllocOverflow) | |
TEST (fxcrt, FX_AllocOverflow2D) | |
TEST (fxcrt, FXTryAllocOOM) | |
TEST (fxcrt, FXTryAllocUninit) | |
TEST (fxcrt, FXTryAllocUninitOOM) | |
TEST (fxcrt, FX_TryAllocOverflow) | |
TEST (fxcrt, FXMEMDefaultOOM) | |
TEST (fxcrt, AllocZeroesMemory) | |
TEST (fxcrt, FXAlign) |
TEST | ( | fxcrt | , |
AllocZeroesMemory | ) |
Definition at line 119 of file fx_memory_unittest.cpp.
References pdfium::internal::Dealloc().
TEST | ( | fxcrt | , |
FX_AllocOverflow | ) |
Definition at line 49 of file fx_memory_unittest.cpp.
TEST | ( | fxcrt | , |
FX_AllocOverflow2D | ) |
Definition at line 61 of file fx_memory_unittest.cpp.
TEST | ( | fxcrt | , |
FX_AllocZero | ) |
Definition at line 30 of file fx_memory_unittest.cpp.
References pdfium::internal::Dealloc().
TEST | ( | fxcrt | , |
FX_TryAllocOverflow | ) |
Definition at line 95 of file fx_memory_unittest.cpp.
TEST | ( | fxcrt | , |
FXAlign | ) |
Definition at line 129 of file fx_memory_unittest.cpp.
TEST | ( | fxcrt | , |
FXAllocOOM | ) |
Definition at line 39 of file fx_memory_unittest.cpp.
TEST | ( | fxcrt | , |
FXMEMDefaultOOM | ) |
Definition at line 110 of file fx_memory_unittest.cpp.
References FXMEM_DefaultFree().
TEST | ( | fxcrt | , |
FXTryAllocOOM | ) |
Definition at line 70 of file fx_memory_unittest.cpp.
TEST | ( | fxcrt | , |
FXTryAllocUninit | ) |
Definition at line 79 of file fx_memory_unittest.cpp.
TEST | ( | fxcrt | , |
FXTryAllocUninitOOM | ) |
Definition at line 89 of file fx_memory_unittest.cpp.