Searched refs:objs (Results 1 – 2 of 2) sorted by relevance
38 slab->objs = 0; in Slab_Init()82 uintptr_t objs = inc / realObjSz; in SlabExtend() local83 for (i = 0; i < objs; i++) { in SlabExtend()89 slab->objs += objs; in SlabExtend()90 slab->freeObjs += objs; in SlabExtend()155 slab->objs - slab->freeObjs, slab->freeObjs, slab->objs); in Debug_Slabs()
51 uint64_t objs; member