Home
last modified time | relevance | path

Searched defs:MAX_MALLOC_SIZE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_mem.h25 #define MAX_MALLOC_SIZE (512 * 1024 * 1024) // 512M macro
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_mem.c24 #define MAX_MALLOC_SIZE (64 * 1024) macro
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_mem.h34 #define MAX_MALLOC_SIZE 0x800000 // 8M macro
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_common.h34 #define MAX_MALLOC_SIZE 0x100000 /* 1M */ macro
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_screenshot.cpp99 static constexpr uint16_t MAX_MALLOC_SIZE = 2048; // unit: 4 bytes member in OHOS::UIScreenshotListener
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/memory_monitor/src/
H A Dmemory_monitor.cpp27 #define MAX_MALLOC_SIZE 8192 macro
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_gralloc.c31 #define MAX_MALLOC_SIZE 0x10000000L macro