Searched refs:mt_size (Results 1 – 2 of 2) sorted by relevance
279 if (bytes <= (cacheptr->mt_size - OVERHEAD)) in realloc()324 MIN(cacheptr->mt_size - OVERHEAD - shift, bytes)); in realloc()426 i = offset / cacheptr->mt_size; in free()444 copy_pattern(FREEPATTERN, ptr, cacheptr->mt_size - OVERHEAD); in free()901 cp->mt_size = size; in create_cache()908 nblocks = cp->mt_span / cp->mt_size; in create_cache()913 size_t sub = cp->mt_size; in create_cache()932 cp->mt_span - cp->mt_arena) / cp->mt_size; in create_cache()939 copy_pattern(FREEPATTERN, cp->mt_arena, cp->mt_size * nblocks); in create_cache()996 << 5) + i) * thiscache->mt_size; in reinit_cache()[all …]
47 size_t mt_size; /* size of this cache */ member