Home
last modified time | relevance | path

Searched refs:initial_size (Results 1 – 25 of 2551) sorted by relevance

12345678910>>...103

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp43 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h, size_t initial_size) : in G1EdenPool() argument
46 initial_size, in G1EdenPool()
51 return _g1mm->eden_space_memory_usage(initial_size(), max_size()); in get_memory_usage()
54 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size) : in G1SurvivorPool() argument
57 initial_size, in G1SurvivorPool()
62 return _g1mm->survivor_space_memory_usage(initial_size(), max_size()); in get_memory_usage()
65 G1OldGenPool::G1OldGenPool(G1CollectedHeap* g1h, size_t initial_size, size_t max_size) : in G1OldGenPool() argument
68 initial_size, in G1OldGenPool()
73 return _g1mm->old_gen_memory_usage(initial_size(), max_size()); in get_memory_usage()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp43 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h, size_t initial_size) : in G1EdenPool() argument
46 initial_size, in G1EdenPool()
51 return _g1mm->eden_space_memory_usage(initial_size(), max_size()); in get_memory_usage()
54 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size) : in G1SurvivorPool() argument
57 initial_size, in G1SurvivorPool()
62 return _g1mm->survivor_space_memory_usage(initial_size(), max_size()); in get_memory_usage()
65 G1OldGenPool::G1OldGenPool(G1CollectedHeap* g1h, size_t initial_size, size_t max_size) : in G1OldGenPool() argument
68 initial_size, in G1OldGenPool()
73 return _g1mm->old_gen_memory_usage(initial_size(), max_size()); in get_memory_usage()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp43 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h, size_t initial_size) : in G1EdenPool() argument
46 initial_size, in G1EdenPool()
51 return _g1mm->eden_space_memory_usage(initial_size(), max_size()); in get_memory_usage()
54 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size) : in G1SurvivorPool() argument
57 initial_size, in G1SurvivorPool()
62 return _g1mm->survivor_space_memory_usage(initial_size(), max_size()); in get_memory_usage()
65 G1OldGenPool::G1OldGenPool(G1CollectedHeap* g1h, size_t initial_size, size_t max_size) : in G1OldGenPool() argument
68 initial_size, in G1OldGenPool()
73 return _g1mm->old_gen_memory_usage(initial_size(), max_size()); in get_memory_usage()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp43 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h, size_t initial_size) : in G1EdenPool() argument
46 initial_size, in G1EdenPool()
51 return _g1mm->eden_space_memory_usage(initial_size(), max_size()); in get_memory_usage()
54 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size) : in G1SurvivorPool() argument
57 initial_size, in G1SurvivorPool()
62 return _g1mm->survivor_space_memory_usage(initial_size(), max_size()); in get_memory_usage()
65 G1OldGenPool::G1OldGenPool(G1CollectedHeap* g1h, size_t initial_size, size_t max_size) : in G1OldGenPool() argument
68 initial_size, in G1OldGenPool()
73 return _g1mm->old_gen_memory_usage(initial_size(), max_size()); in get_memory_usage()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp43 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h, size_t initial_size) : in G1EdenPool() argument
46 initial_size, in G1EdenPool()
51 return _g1mm->eden_space_memory_usage(initial_size(), max_size()); in get_memory_usage()
54 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size) : in G1SurvivorPool() argument
57 initial_size, in G1SurvivorPool()
62 return _g1mm->survivor_space_memory_usage(initial_size(), max_size()); in get_memory_usage()
65 G1OldGenPool::G1OldGenPool(G1CollectedHeap* g1h, size_t initial_size, size_t max_size) : in G1OldGenPool() argument
68 initial_size, in G1OldGenPool()
73 return _g1mm->old_gen_memory_usage(initial_size(), max_size()); in get_memory_usage()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1MemoryPool.cpp43 G1EdenPool::G1EdenPool(G1CollectedHeap* g1h, size_t initial_size) : in G1EdenPool() argument
46 initial_size, in G1EdenPool()
51 return _g1mm->eden_space_memory_usage(initial_size(), max_size()); in get_memory_usage()
54 G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h, size_t initial_size) : in G1SurvivorPool() argument
57 initial_size, in G1SurvivorPool()
62 return _g1mm->survivor_space_memory_usage(initial_size(), max_size()); in get_memory_usage()
65 G1OldGenPool::G1OldGenPool(G1CollectedHeap* g1h, size_t initial_size, size_t max_size) : in G1OldGenPool() argument
68 initial_size, in G1OldGenPool()
73 return _g1mm->old_gen_memory_usage(initial_size(), max_size()); in get_memory_usage()
/dports/net/libmaxminddb/libmaxminddb-1.6.0/t/
H A Ddata-pool-t.c83 size_t const initial_size = 10; in test_data_pool_alloc() local
88 for (size_t i = 0; i < initial_size; i++) { in test_data_pool_alloc()
103 entry->entry_data.offset = (uint32_t)initial_size; in test_data_pool_alloc()
112 for (size_t i = 0; i < initial_size + 1; i++) { in test_data_pool_alloc()
129 size_t const initial_size = 16; in test_data_pool_to_list() local
162 size_t const initial_size = 1; in test_data_pool_to_list() local
180 size_t const initial_size = 2; in test_data_pool_to_list() local
259 size_t const initial_size = initial_sizes[i]; in test_data_pool_to_list() local
270 static bool create_and_check_list(size_t const initial_size, in create_and_check_list() argument
313 check_block_count(list, initial_size); in create_and_check_list()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/gprpp/
H A Darena.cc36 void* ArenaStorage(size_t initial_size) { in ArenaStorage() argument
39 initial_size = GPR_ROUND_UP_TO_ALIGNMENT_SIZE(initial_size); in ArenaStorage()
40 size_t alloc_size = base_size + initial_size; in ArenaStorage()
63 Arena* Arena::Create(size_t initial_size) { in Create() argument
64 return new (ArenaStorage(initial_size)) Arena(initial_size); in Create()
67 std::pair<Arena*, void*> Arena::CreateWithAlloc(size_t initial_size, in CreateWithAlloc() argument
72 new (ArenaStorage(initial_size)) Arena(initial_size, alloc_size); in CreateWithAlloc()
/dports/devel/grpc/grpc-1.42.0/src/core/lib/gprpp/
H A Darena.cc37 void* ArenaStorage(size_t initial_size) { in ArenaStorage() argument
40 initial_size = GPR_ROUND_UP_TO_ALIGNMENT_SIZE(initial_size); in ArenaStorage()
41 size_t alloc_size = base_size + initial_size; in ArenaStorage()
64 Arena* Arena::Create(size_t initial_size) { in Create() argument
65 return new (ArenaStorage(initial_size)) Arena(initial_size); in Create()
68 std::pair<Arena*, void*> Arena::CreateWithAlloc(size_t initial_size, in CreateWithAlloc() argument
73 new (ArenaStorage(initial_size)) Arena(initial_size, alloc_size); in CreateWithAlloc()
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/gprpp/
H A Darena.cc36 void* ArenaStorage(size_t initial_size) { in ArenaStorage() argument
39 initial_size = GPR_ROUND_UP_TO_ALIGNMENT_SIZE(initial_size); in ArenaStorage()
40 size_t alloc_size = base_size + initial_size; in ArenaStorage()
63 Arena* Arena::Create(size_t initial_size) { in Create() argument
64 return new (ArenaStorage(initial_size)) Arena(initial_size); in Create()
67 std::pair<Arena*, void*> Arena::CreateWithAlloc(size_t initial_size, in CreateWithAlloc() argument
72 new (ArenaStorage(initial_size)) Arena(initial_size, alloc_size); in CreateWithAlloc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/gprpp/
H A Darena.cc36 void* ArenaStorage(size_t initial_size) { in ArenaStorage() argument
39 initial_size = GPR_ROUND_UP_TO_ALIGNMENT_SIZE(initial_size); in ArenaStorage()
40 size_t alloc_size = base_size + initial_size; in ArenaStorage()
63 Arena* Arena::Create(size_t initial_size) { in Create() argument
64 return new (ArenaStorage(initial_size)) Arena(initial_size); in Create()
67 Pair<Arena*, void*> Arena::CreateWithAlloc(size_t initial_size, in CreateWithAlloc() argument
72 new (ArenaStorage(initial_size)) Arena(initial_size, alloc_size); in CreateWithAlloc()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/gprpp/
H A Darena.cc37 void* ArenaStorage(size_t initial_size) { in ArenaStorage() argument
40 initial_size = GPR_ROUND_UP_TO_ALIGNMENT_SIZE(initial_size); in ArenaStorage()
41 size_t alloc_size = base_size + initial_size; in ArenaStorage()
64 Arena* Arena::Create(size_t initial_size) { in Create() argument
65 return new (ArenaStorage(initial_size)) Arena(initial_size); in Create()
68 std::pair<Arena*, void*> Arena::CreateWithAlloc(size_t initial_size, in CreateWithAlloc() argument
73 new (ArenaStorage(initial_size)) Arena(initial_size, alloc_size); in CreateWithAlloc()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/gprpp/
H A Darena.cc37 void* ArenaStorage(size_t initial_size) { in ArenaStorage() argument
40 initial_size = GPR_ROUND_UP_TO_ALIGNMENT_SIZE(initial_size); in ArenaStorage()
41 size_t alloc_size = base_size + initial_size; in ArenaStorage()
64 Arena* Arena::Create(size_t initial_size) { in Create() argument
65 return new (ArenaStorage(initial_size)) Arena(initial_size); in Create()
68 std::pair<Arena*, void*> Arena::CreateWithAlloc(size_t initial_size, in CreateWithAlloc() argument
73 new (ArenaStorage(initial_size)) Arena(initial_size, alloc_size); in CreateWithAlloc()
/dports/math/py-brial/BRiAl-1.2.10/cudd/
H A DcuddZddSymm.c666 initial_size); in cuddZddSymmSiftingAux()
701 initial_size); in cuddZddSymmSiftingAux()
753 initial_size); in cuddZddSymmSiftingAux()
766 initial_size); in cuddZddSymmSiftingAux()
822 initial_size); in cuddZddSymmSiftingAux()
850 initial_size); in cuddZddSymmSiftingAux()
891 initial_size); in cuddZddSymmSiftingAux()
1011 initial_size); in cuddZddSymmSiftingConvAux()
1063 initial_size); in cuddZddSymmSiftingConvAux()
1130 initial_size); in cuddZddSymmSiftingConvAux()
[all …]
/dports/math/cudd/cudd-3.0.0/cudd/
H A DcuddZddSymm.c617 initial_size); in cuddZddSymmSiftingAux()
652 initial_size); in cuddZddSymmSiftingAux()
704 initial_size); in cuddZddSymmSiftingAux()
717 initial_size); in cuddZddSymmSiftingAux()
773 initial_size); in cuddZddSymmSiftingAux()
801 initial_size); in cuddZddSymmSiftingAux()
842 initial_size); in cuddZddSymmSiftingAux()
960 initial_size); in cuddZddSymmSiftingConvAux()
1012 initial_size); in cuddZddSymmSiftingConvAux()
1079 initial_size); in cuddZddSymmSiftingConvAux()
[all …]
/dports/math/brial/BRiAl-1.2.10/cudd/
H A DcuddZddSymm.c666 initial_size); in cuddZddSymmSiftingAux()
701 initial_size); in cuddZddSymmSiftingAux()
753 initial_size); in cuddZddSymmSiftingAux()
766 initial_size); in cuddZddSymmSiftingAux()
822 initial_size); in cuddZddSymmSiftingAux()
850 initial_size); in cuddZddSymmSiftingAux()
891 initial_size); in cuddZddSymmSiftingAux()
1011 initial_size); in cuddZddSymmSiftingConvAux()
1063 initial_size); in cuddZddSymmSiftingConvAux()
1130 initial_size); in cuddZddSymmSiftingConvAux()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/cudd/
H A DcuddZddSymm.c610 int initial_size; in cuddZddSymmSiftingAux() local
658 initial_size); in cuddZddSymmSiftingAux()
693 initial_size); in cuddZddSymmSiftingAux()
758 initial_size); in cuddZddSymmSiftingAux()
842 initial_size); in cuddZddSymmSiftingAux()
950 int initial_size; in cuddZddSymmSiftingConvAux() local
965 initial_size); in cuddZddSymmSiftingConvAux()
1064 initial_size); in cuddZddSymmSiftingConvAux()
1148 initial_size); in cuddZddSymmSiftingConvAux()
1254 int initial_size) in cuddZddSymmSifting_up() argument
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/vulkan/tests/
H A Dblock_pool_grow_first.c41 const uint32_t initial_size = block_size / 2; in main() local
45 anv_block_pool_init(&pool, &device, 4096, initial_size); in main()
46 ASSERT(pool.size == initial_size); in main()
52 ASSERT(pool.size > initial_size); in main()
53 ASSERT(pool.size >= initial_size + block_size); in main()
58 ASSERT(padding == initial_size); in main()
59 ASSERT(offset == initial_size); in main()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/vulkan/tests/
H A Dblock_pool_grow_first.c41 const uint32_t initial_size = block_size / 2; in main() local
45 anv_block_pool_init(&pool, &device, "test", 4096, initial_size); in main()
46 ASSERT(pool.size == initial_size); in main()
52 ASSERT(pool.size > initial_size); in main()
53 ASSERT(pool.size >= initial_size + block_size); in main()
58 ASSERT(padding == initial_size); in main()
59 ASSERT(offset == initial_size); in main()
/dports/lang/clover/mesa-21.3.6/src/intel/vulkan/tests/
H A Dblock_pool_grow_first.c41 const uint32_t initial_size = block_size / 2; in main() local
45 anv_block_pool_init(&pool, &device, "test", 4096, initial_size); in main()
46 ASSERT(pool.size == initial_size); in main()
52 ASSERT(pool.size > initial_size); in main()
53 ASSERT(pool.size >= initial_size + block_size); in main()
58 ASSERT(padding == initial_size); in main()
59 ASSERT(offset == initial_size); in main()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/vulkan/tests/
H A Dblock_pool_grow_first.c41 const uint32_t initial_size = block_size / 2; in main() local
45 anv_block_pool_init(&pool, &device, "test", 4096, initial_size); in main()
46 ASSERT(pool.size == initial_size); in main()
52 ASSERT(pool.size > initial_size); in main()
53 ASSERT(pool.size >= initial_size + block_size); in main()
58 ASSERT(padding == initial_size); in main()
59 ASSERT(offset == initial_size); in main()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/vulkan/tests/
H A Dblock_pool_grow_first.c41 const uint32_t initial_size = block_size / 2; in main() local
45 anv_block_pool_init(&pool, &device, "test", 4096, initial_size); in main()
46 ASSERT(pool.size == initial_size); in main()
52 ASSERT(pool.size > initial_size); in main()
53 ASSERT(pool.size >= initial_size + block_size); in main()
58 ASSERT(padding == initial_size); in main()
59 ASSERT(offset == initial_size); in main()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/vulkan/tests/
H A Dblock_pool_grow_first.c41 const uint32_t initial_size = block_size / 2; in main() local
45 anv_block_pool_init(&pool, &device, "test", 4096, initial_size); in main()
46 ASSERT(pool.size == initial_size); in main()
52 ASSERT(pool.size > initial_size); in main()
53 ASSERT(pool.size >= initial_size + block_size); in main()
58 ASSERT(padding == initial_size); in main()
59 ASSERT(offset == initial_size); in main()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/vulkan/tests/
H A Dblock_pool_grow_first.c41 const uint32_t initial_size = block_size / 2; in main() local
45 anv_block_pool_init(&pool, &device, "test", 4096, initial_size); in main()
46 ASSERT(pool.size == initial_size); in main()
52 ASSERT(pool.size > initial_size); in main()
53 ASSERT(pool.size >= initial_size + block_size); in main()
58 ASSERT(padding == initial_size); in main()
59 ASSERT(offset == initial_size); in main()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/vulkan/tests/
H A Dblock_pool_grow_first.c41 const uint32_t initial_size = block_size / 2; in main() local
45 anv_block_pool_init(&pool, &device, "test", 4096, initial_size); in main()
46 ASSERT(pool.size == initial_size); in main()
52 ASSERT(pool.size > initial_size); in main()
53 ASSERT(pool.size >= initial_size + block_size); in main()
58 ASSERT(padding == initial_size); in main()
59 ASSERT(offset == initial_size); in main()

12345678910>>...103