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()739 bitmap_size = BITMAP_SIZE (num_objects + 1); in alloc_page()741 entry_size = num_objects * OBJECT_SIZE (order); in alloc_page()878 entry->num_free_objects = num_objects; in alloc_page()890 entry->in_use_p[num_objects / HOST_BITS_PER_LONG] in alloc_page()891 = (unsigned long) 1 << (num_objects % HOST_BITS_PER_LONG); in alloc_page()1576 size_t num_objects; in ggc_recalculate_in_use_p() local1580 num_objects = OBJECTS_IN_PAGE (p) + 1; in ggc_recalculate_in_use_p()1583 p->num_free_objects = num_objects; in ggc_recalculate_in_use_p()[all …]
277 const size_t num_objects = archive_sp->ParseObjects (); in ParseAndCacheArchiveForFile() local278 if (num_objects > 0) in ParseAndCacheArchiveForFile()488 const size_t num_objects = GetNumObjects(); in Dump() local489 …, num_archs = %" PRIu64 ", num_objects = %" PRIu64 "", (uint64_t)num_archs, (uint64_t)num_objects); in Dump()499 for (i=0; i<num_objects; i++) in Dump()580 const size_t num_objects = archive_sp->GetNumObjects(); in GetModuleSpecifications() local581 for (size_t idx = 0; idx < num_objects; ++idx) in GetModuleSpecifications()
182 CL_ASSERT(cl_qcpool_count(p_pool) == p_pool->num_objects); in cl_qcpool_destroy()222 if (p_pool->num_objects == p_pool->max_objects) in cl_qcpool_grow()226 if (obj_count > (p_pool->max_objects - p_pool->num_objects)) in cl_qcpool_grow()227 obj_count = p_pool->max_objects - p_pool->num_objects; in cl_qcpool_grow()307 p_pool->num_objects++; in cl_qcpool_grow()
290 size_t num_objects; member
398 u_int8_t num_objects[3]; member