Home
last modified time | relevance | path

Searched refs:sz_in_p (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dop.c323 size_t sz_in_p; /* size in pointer units, including the OPSLOT header */ in Perl_Slab_Alloc() local
352 sz_in_p = SIZE_TO_PSIZE(sz + OPSLOT_HEADER); in Perl_Slab_Alloc()
358 OPSLOT_SIZE_TO_INDEX(sz_in_p) < head_slab->opslab_freed_size) { in Perl_Slab_Alloc()
362 for (base_index = OPSLOT_SIZE_TO_INDEX(sz_in_p); in Perl_Slab_Alloc()
389 if (slab2->opslab_free_space < sz_in_p) { in Perl_Slab_Alloc()
410 assert(slab2->opslab_size >= sz_in_p); in Perl_Slab_Alloc()
413 slot = OpSLOToff(slab2, slab2->opslab_free_space - sz_in_p); in Perl_Slab_Alloc()
415 INIT_OPSLOT(sz_in_p); in Perl_Slab_Alloc()