Home
last modified time | relevance | path

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

/dports/lang/perl5.34/perl-5.34.0/
H A Dop.c196 # define PERL_SLAB_SIZE 128 macro
201 #ifndef PERL_SLAB_SIZE
202 # define PERL_SLAB_SIZE 64 macro
345 (OP *)(head_slab = S_new_slab(aTHX_ NULL, PERL_SLAB_SIZE)); in Perl_Slab_Alloc()
/dports/lang/perl5.30/perl-5.30.3/
H A Dop.c233 # define PERL_SLAB_SIZE 128 macro
238 #ifndef PERL_SLAB_SIZE
239 # define PERL_SLAB_SIZE 64 macro
318 (OP *)(slab = S_new_slab(aTHX_ PERL_SLAB_SIZE)); in Perl_Slab_Alloc()
/dports/lang/perl5.32/perl-5.32.1/
H A Dop.c196 # define PERL_SLAB_SIZE 128 macro
201 #ifndef PERL_SLAB_SIZE
202 # define PERL_SLAB_SIZE 64 macro
334 (OP *)(head_slab = S_new_slab(aTHX_ NULL, PERL_SLAB_SIZE)); in Perl_Slab_Alloc()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dop.c196 # define PERL_SLAB_SIZE 128 macro
201 #ifndef PERL_SLAB_SIZE
202 # define PERL_SLAB_SIZE 64 macro
345 (OP *)(head_slab = S_new_slab(aTHX_ NULL, PERL_SLAB_SIZE)); in Perl_Slab_Alloc()