Home
last modified time | relevance | path

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

/external/mesa3d/src/imagination/include/hwdef/
Drogue_hw_utils.h450 unsigned max_allocs; in rogue_max_wg_temps() local
453 max_allocs = lines_per_slot * ROGUE_USRM_LINE_SIZE; in rogue_max_wg_temps()
455 max_allocs = (rogue_get_min_attr_in_usrm_lines(dev_info) * in rogue_max_wg_temps()
462 max_allocs * ROGUE_USRM_GRANULARITY_IN_REGISTERS; in rogue_max_wg_temps()
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch123602 - size_t max_allocs = ta.alloc_count + ta.alloc_batch_count;
123603 - expect_zu_le(2 * NALLOCS, max_allocs,
123619 - expect_zu_eq(max_allocs, ta.alloc_count + ta.alloc_batch_count,
123639 - expect_zu_eq(max_allocs, ta.alloc_count + ta.alloc_batch_count,
123678 - size_t max_allocs = ta.alloc_count + ta.alloc_batch_count;
123679 - expect_zu_le(NALLOCS + 1, max_allocs,
123687 - expect_zu_le(NALLOCS + 1, max_allocs,
123699 - expect_zu_eq(max_allocs, ta.alloc_count + ta.alloc_batch_count,
123735 - size_t max_allocs = ta.alloc_count + ta.alloc_batch_count;
123737 - expect_zu_le(NALLOCS, max_allocs, "Incorrect number of allocations");
[all …]