Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_create_test.cc122 size_t ptr3_bytes_allocated, ptr3_usable_size, ptr3_bytes_tl_bulk_allocated; in TEST_P() local
127 &ptr3_usable_size, in TEST_P()
131 EXPECT_LE(8U * MB, ptr3_usable_size); in TEST_P()
132 EXPECT_LE(ptr3_usable_size, ptr3_bytes_allocated); in TEST_P()
211 &ptr3_usable_size, in TEST_P()
215 EXPECT_LE(2U * MB, ptr3_usable_size); in TEST_P()
216 EXPECT_LE(ptr3_usable_size, ptr3_bytes_allocated); in TEST_P()
256 size_t ptr3_bytes_allocated, ptr3_usable_size, ptr3_bytes_tl_bulk_allocated; in TEST_P() local
261 &ptr3_usable_size, in TEST_P()
265 EXPECT_LE(8U * MB, ptr3_usable_size); in TEST_P()
[all …]