Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/
H A Dop.c246 #define SIZE_TO_PSIZE(x) (((x) + sizeof(I32 *) - 1)/sizeof(I32 *)) macro
324 opsz = SIZE_TO_PSIZE(sz); in Perl_Slab_Alloc()
361 if (space >= SIZE_TO_PSIZE(sizeof(OP)) + OPSLOT_HEADER_P) { in Perl_Slab_Alloc()
385 < SIZE_TO_PSIZE(sizeof(OP)) + OPSLOT_HEADER_P) in Perl_Slab_Alloc()
8964 < SIZE_TO_PSIZE(sizeof(LOOP))) in Perl_newFOROP()
/dports/lang/perl5.32/perl-5.32.1/
H A Dop.c209 #define SIZE_TO_PSIZE(x) (((x) + sizeof(I32 *) - 1)/sizeof(I32 *)) macro
258 #define OPSLOT_SIZE_BASE (SIZE_TO_PSIZE(sizeof(OP)) + OPSLOT_HEADER_P)
340 opsz = SIZE_TO_PSIZE(sz); in Perl_Slab_Alloc()
384 if (slab2->opslab_free_space >= SIZE_TO_PSIZE(sizeof(OP)) + OPSLOT_HEADER_P) { in Perl_Slab_Alloc()
10236 < SIZE_TO_PSIZE(sizeof(LOOP)) + OPSLOT_HEADER_P) in Perl_newFOROP()
/dports/lang/perl5.34/perl-5.34.0/
H A Dop.c209 #define SIZE_TO_PSIZE(x) (((x) + sizeof(I32 *) - 1)/sizeof(I32 *)) macro
222 #define OPSLOT_SIZE_BASE (SIZE_TO_PSIZE(sizeof(OPSLOT)))
351 sz_in_p = SIZE_TO_PSIZE(sz + OPSLOT_HEADER); in Perl_Slab_Alloc()
10292 < SIZE_TO_PSIZE(sizeof(LOOP) + OPSLOT_HEADER)) in Perl_newFOROP()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dop.c209 #define SIZE_TO_PSIZE(x) (((x) + sizeof(I32 *) - 1)/sizeof(I32 *)) macro
222 #define OPSLOT_SIZE_BASE (SIZE_TO_PSIZE(sizeof(OPSLOT)))
351 sz_in_p = SIZE_TO_PSIZE(sz + OPSLOT_HEADER); in Perl_Slab_Alloc()
10300 < SIZE_TO_PSIZE(sizeof(LOOP) + OPSLOT_HEADER)) in Perl_newFOROP()