Home
last modified time | relevance | path

Searched refs:MAX_MEMORY_SIZE (Results 1 - 5 of 5) sorted by relevance

/base/security/certificate_framework/frameworks/common/v1.0/src/
H A Dcf_memory.c23 if ((size == 0) || (size > MAX_MEMORY_SIZE)) { in CfMalloc()
/base/notification/distributed_notification_service/test/fuzztest/fuzz_common_base/
H A Dfuzz_common_base.cpp25 static constexpr uint32_t MAX_MEMORY_SIZE = 4 * 1024 * 1024; variable
46 if (size > MAX_MEMORY_SIZE) { in ParseData()
/base/security/certificate_framework/frameworks/common/v1.0/inc/
H A Dcf_memory.h28 #define MAX_MEMORY_SIZE (5 * 1024 * 1024) macro
/base/security/certificate_framework/test/unittest/cf_adapter_test/src/
H A Dcf_common_test.cpp203 * @tc.desc: malloc more than MAX_MEMORY_SIZE
209 uint8_t *buf = static_cast<uint8_t *>(CfMalloc(MAX_MEMORY_SIZE + 1, 0)); in HWTEST_F()
/base/security/crypto_framework/frameworks/cj/src/
H A Dcrypto_ffi.cpp17 #define MAX_MEMORY_SIZE (5 * 1024 * 1024) macro
339 if ((size == 0) || (size > MAX_MEMORY_SIZE)) { in HcfMalloc()

Completed in 6 milliseconds