Searched refs:sz_bytes (Results 1 – 1 of 1) sorted by relevance
236 size_t sz_bytes = OpSLABSizeBytes(sz); in S_new_slab() local244 slab = (OPSLAB *) mmap(0, sz_bytes, in S_new_slab()254 slab = (OPSLAB *)PerlMemShared_malloc(sz_bytes); in S_new_slab()255 Zero(slab, sz_bytes, char); in S_new_slab()