Home
last modified time | relevance | path

Searched refs:mem_limit (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/utils/
Dutils.c72 static size_t mem_limit = 0; variable
105 mem_limit = atoi(malloc_limit_str); in Increment()
110 (void)mem_limit; in Increment()
179 if (mem_limit > 0) { in CheckSizeArgumentsOverflow()
182 new_total_mem > mem_limit) { in CheckSizeArgumentsOverflow()
/external/v8/third_party/zlib/contrib/tests/
Dinfcover.cc191 local void mem_limit(z_stream *strm, size_t limit) in mem_limit() function
348 mem_limit(&strm, 1); in inf()
351 mem_limit(&strm, 0); in inf()
443 mem_limit(&strm, 1); in cover_wrap()
446 mem_limit(&strm, 0); in cover_wrap()
450 mem_limit(&strm, (sizeof(struct inflate_state) << 1) + 256); in cover_wrap()
461 mem_limit(&strm, 0); in cover_wrap()
/external/arm-trusted-firmware/services/spd/opteed/
Dopteed_common.c24 uint64_t pageable_part, uint64_t mem_limit, in opteed_init_optee_ep_state() argument
58 optee_entry_point->args.arg1 = mem_limit; in opteed_init_optee_ep_state()
Dopteed_private.h153 uint64_t mem_limit,
/external/v8/third_party/zlib/patches/
D0005-infcover-gtest.patch92 local void mem_limit(z_stream *strm, size_t limit)
236 mem_limit(&strm, 1);
240 mem_limit(&strm, (sizeof(struct inflate_state) << 1) + 256);
/external/tensorflow/tensorflow/core/common_runtime/
Dring_gatherer_test.cc145 Bytes mem_limit(4 << 20); in Init() local
153 sess_opts, dev_name, mem_limit, dev_locality, cpu_allocator())); in Init()
Dring_reducer_test.cc167 Bytes mem_limit(4 << 20); in Init() local
175 sess_opts, dev_name, mem_limit, dev_locality, cpu_allocator())); in Init()
Dhierarchical_tree_broadcaster_test.cc227 Bytes mem_limit(4 << 20); in Init() local
235 sess_opts, dev_name, mem_limit, dev_locality, cpu_allocator())); in Init()