Searched refs:num_objects (Results 1 – 5 of 5) sorted by relevance
730 size_t num_objects; in alloc_page() local738 num_objects = OBJECTS_PER_PAGE (order); in alloc_page()878 entry->num_free_objects = num_objects; in alloc_page()1576 size_t num_objects; in ggc_recalculate_in_use_p() local1583 p->num_free_objects = num_objects; in ggc_recalculate_in_use_p()1636 p->num_free_objects = num_objects; in clear_marks()1660 size_t num_objects; in sweep_pages() local1677 num_objects = OBJECTS_IN_PAGE (p); in sweep_pages()1794 size_t num_objects; in poison_pages() local1804 num_objects = OBJECTS_IN_PAGE (p); in poison_pages()[all …]
244 const size_t num_objects = archive_sp->ParseObjects(); in ParseAndCacheArchiveForFile() local245 if (num_objects > 0) { in ParseAndCacheArchiveForFile()402 const size_t num_objects = GetNumObjects(); in Dump() local405 (uint64_t)num_archs, (uint64_t)num_objects); in Dump()414 for (i = 0; i < num_objects; i++) { in Dump()479 const size_t num_objects = archive_sp->GetNumObjects(); in GetModuleSpecifications() local480 for (size_t idx = 0; idx < num_objects; ++idx) { in GetModuleSpecifications()
180 CL_ASSERT(cl_qcpool_count(p_pool) == p_pool->num_objects); in cl_qcpool_destroy()220 if (p_pool->num_objects == p_pool->max_objects) in cl_qcpool_grow()224 if (obj_count > (p_pool->max_objects - p_pool->num_objects)) in cl_qcpool_grow()225 obj_count = p_pool->max_objects - p_pool->num_objects; in cl_qcpool_grow()305 p_pool->num_objects++; in cl_qcpool_grow()
290 size_t num_objects; member
400 u_int8_t num_objects[3]; member