Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dspace_create_test.cc100 size_t ptr1_bytes_allocated, ptr1_usable_size, ptr1_bytes_tl_bulk_allocated; in TEST_P() local
106 &ptr1_usable_size, in TEST_P()
110 EXPECT_LE(1U * MB, ptr1_usable_size); in TEST_P()
111 EXPECT_LE(ptr1_usable_size, ptr1_bytes_allocated); in TEST_P()
191 &ptr1_usable_size, in TEST_P()
195 EXPECT_LE(1U * MB, ptr1_usable_size); in TEST_P()
196 EXPECT_LE(ptr1_usable_size, ptr1_bytes_allocated); in TEST_P()
234 size_t ptr1_bytes_allocated, ptr1_usable_size, ptr1_bytes_tl_bulk_allocated; in TEST_P() local
240 &ptr1_usable_size, in TEST_P()
244 EXPECT_LE(1U * MB, ptr1_usable_size); in TEST_P()
[all …]