Searched refs:max_mem_bytes (Results 1 – 4 of 4) sorted by relevance
153 uint64 max_mem_bytes = kDefaultMaxLimit; in Initialize() local155 max_mem_bytes = in Initialize()168 if (user_val > max_mem_bytes) { in Initialize()172 << max_mem_bytes in Initialize()176 max_mem_bytes = user_val; in Initialize()179 VLOG(1) << "MklCPUAllocator: Setting max_mem_bytes: " << max_mem_bytes; in Initialize()186 new MklSmallSizeAllocator(sub_allocator_, max_mem_bytes, kName); in Initialize()188 new BFCAllocator(sub_allocator_, max_mem_bytes, kAllowGrowth, kName); in Initialize()
36 uint64 max_mem_bytes = MklCPUAllocator::kDefaultMaxLimit; in TEST() local38 max_mem_bytes = in TEST()41 EXPECT_EQ(stats->bytes_limit, max_mem_bytes); in TEST()
72 inline uint64_t max_mem_bytes() { in max_mem_bytes() function
1213 CHECK_LE(mem_size, wasm::max_mem_bytes()); in SetRawMemory()