Home
last modified time | relevance | path

Searched defs:PERL_HV_ARRAY_ALLOC_BYTES (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dhv.h486 # define PERL_HV_ARRAY_ALLOC_BYTES(size) ((size) * sizeof(HE*)) macro
489 # define PERL_HV_ARRAY_ALLOC_BYTES(size) \ macro