Home
last modified time | relevance | path

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

/dports/lang/perl5.32/perl-5.32.1/
H A Dop.h703 struct opslab { struct
704 OPSLAB * opslab_next; /* next slab */ argument
705 OPSLAB * opslab_head; /* first slab in chain */ argument
706 OP ** opslab_freed; /* array of sized chains of freed ops (head only)*/ argument
707 size_t opslab_refcnt; /* number of ops (head slab only) */ argument
708 U16 opslab_freed_size; /* allocated size of opslab_freed */ argument
709 U16 opslab_size; /* size of slab in pointers, argument
711 U16 opslab_free_space; /* space available in this slab argument
715 bool opslab_readonly; argument
718 U16 opslab_padding; /* located at an offset with 32-bit alignment */ argument
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dop.h715 struct opslab { struct
716 OPSLAB * opslab_next; /* next slab */ argument
717 OPSLAB * opslab_head; /* first slab in chain */ argument
718 OP ** opslab_freed; /* array of sized chains of freed ops (head only)*/ argument
719 size_t opslab_refcnt; /* number of ops (head slab only) */ argument
720 U16 opslab_freed_size; /* allocated size of opslab_freed */ argument
721 U16 opslab_size; /* size of slab in pointers, argument
723 U16 opslab_free_space; /* space available in this slab argument
727 bool opslab_readonly; argument
729 OPSLOT opslab_slots; /* slots begin here */ argument
/dports/lang/perl5.34/perl-5.34.0/
H A Dop.h709 struct opslab { struct
710 OPSLAB * opslab_next; /* next slab */ argument
711 OPSLAB * opslab_head; /* first slab in chain */ argument
712 OP ** opslab_freed; /* array of sized chains of freed ops (head only)*/ argument
713 size_t opslab_refcnt; /* number of ops (head slab only) */ argument
714 U16 opslab_freed_size; /* allocated size of opslab_freed */ argument
715 U16 opslab_size; /* size of slab in pointers, argument
717 U16 opslab_free_space; /* space available in this slab argument
721 bool opslab_readonly; argument
723 OPSLOT opslab_slots; /* slots begin here */ argument
/dports/lang/perl5.30/perl-5.30.3/
H A Dop.h698 struct opslab { struct
699 OPSLOT * opslab_first; /* first op in this slab */ argument
700 OPSLAB * opslab_next; /* next slab */ argument
701 OP * opslab_freed; /* chain of freed ops */ argument
702 size_t opslab_refcnt; /* number of ops */ argument
704 U16 opslab_size; /* size of slab in pointers */ argument
705 bool opslab_readonly; argument
707 OPSLOT opslab_slots; /* slots begin here */ argument