HomeSort by relevance Sort by last modified time
    Searched refs:obj_size (Results 1 - 7 of 7) sorted by null

  /system/extras/showslab/
showslab.c 25 unsigned long obj_size; /* size of each object */ member in struct:slab_info
110 &p->obj_size, &p->objs_per_slab,
121 if (p->obj_size < stats->min_obj_size)
122 stats->min_obj_size = p->obj_size;
123 if (p->obj_size > stats->max_obj_size)
124 stats->max_obj_size = p->obj_size;
136 stats->total_size += p->nr_objs * p->obj_size;
137 stats->active_size += p->nr_active_objs * p->obj_size;
236 BUILD_SORT_FUNC(obj_size)
341 p->obj_size / 1024.0, p->nr_slabs
    [all...]
  /external/bison/lib/
obstack.c 260 register long obj_size = h->next_free - h->object_base;
266 new_size = (obj_size + length) + (obj_size >> 3) + h->alignment_mask + 100;
287 for (i = obj_size / sizeof (COPYING_UNIT) - 1;
294 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
299 for (i = already; i < obj_size; i++)
315 h->next_free = h->object_base + obj_size;
259 register long obj_size = h->next_free - h->object_base; local
  /external/v8/src/
mark-compact.cc 1695 int obj_size = obj->SizeFromMap(old_map); local
1713 int obj_size = obj->SizeFromMap(map); local
1867 int obj_size = obj->Size(); local
1894 int obj_size = RestoreMap(obj, space, new_addr, map_addr); local
1938 int obj_size = RestoreMap(obj, Heap::code_space(), new_addr, map_addr); local
1959 int obj_size = obj->Size(); local
1981 obj_size); local
    [all...]
spaces.h 668 int obj_size = (size_func_ == NULL) ? obj->Size() : size_func_(obj);
669 ASSERT_OBJECT_SIZE(obj_size);
671 cur_addr_ += obj_size;
    [all...]
heap.cc 2192 int obj_size = Code::SizeFor(body_size, sinfo_size); local
2233 int obj_size = code->Size(); local
2248 obj_size); local
    [all...]
  /hardware/msm7k/librpc/rpc/
xdr.h 86 extern bool_t xdr_pointer (XDR *xdrs, char **_objpp, u_int obj_size, xdrproc_t xdr_obj);
  /hardware/msm7k/librpc/
xdr.c 300 * > obj_size: size of the object.
308 u_int obj_size,
321 return xdr_reference (xdrs, objpp, obj_size, xdr_obj);

Completed in 53 milliseconds