Home
last modified time | relevance | path

Searched refs:Block_t (Results 26 – 50 of 129) sorted by relevance

123456

/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/vmalloc/
H A Dvmclear.c42 Block_t *tp;
48 vd->free = vd->wild = NIL(Block_t*);
52 { vd->root = NIL(Block_t*);
54 TINY(vd)[s] = NIL(Block_t*);
56 CACHE(vd)[s] = NIL(Block_t*);
H A Dvmopen.c52 Block_t block[16]; /* space for a few blocks */
68 Block_t *bp, *np;
118 vd->free = vd->wild = NIL(Block_t*);
122 vd->root = NIL(Block_t*);
124 TINY(vd)[k] = NIL(Block_t*);
126 CACHE(vd)[k] = NIL(Block_t*);
138 seg->free = NIL(Block_t*);
/dports/shells/ksh93/ast-93u/src/lib/libast/vmalloc/
H A Dvmclear.c42 Block_t *tp;
48 vd->free = vd->wild = NIL(Block_t*);
52 { vd->root = NIL(Block_t*);
54 TINY(vd)[s] = NIL(Block_t*);
56 CACHE(vd)[s] = NIL(Block_t*);
H A Dvmopen.c52 Block_t block[16]; /* space for a few blocks */
68 Block_t *bp, *np;
118 vd->free = vd->wild = NIL(Block_t*);
122 vd->root = NIL(Block_t*);
124 TINY(vd)[k] = NIL(Block_t*);
126 CACHE(vd)[k] = NIL(Block_t*);
138 seg->free = NIL(Block_t*);
/dports/graphics/graphviz/graphviz-2.44.1/lib/vmalloc/
H A Dvmclear.c24 reg Block_t *tp; in vmclear()
34 vd->free = vd->wild = NIL(Block_t *); in vmclear()
38 vd->root = NIL(Block_t *); in vmclear()
40 TINY(vd)[s] = NIL(Block_t *); in vmclear()
42 CACHE(vd)[s] = NIL(Block_t *); in vmclear()
H A Dvmopen.c27 Block_t block; /* space for a block */
42 reg Block_t *b; in vmopen()
107 vd->free = vd->wild = NIL(Block_t *); in vmopen()
113 vd->root = NIL(Block_t *); in vmopen()
115 TINY(vd)[e] = NIL(Block_t *); in vmopen()
117 CACHE(vd)[e] = NIL(Block_t *); in vmopen()
133 seg->free = NIL(Block_t *); in vmopen()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_bestfit_alloc.c96 Block_t *, Uint);
102 Block_t *, Uint);
113 Block_t hdr;
135 (sizeof(RBTree_t) - sizeof(Block_t)))
414 tree_delete(Allctr_t *allctr, Block_t *del) in tree_delete()
655 static Block_t *
657 Block_t *cand_blk, Uint cand_size) in aobf_get_free_block()
695 return (Block_t *) blk; in aobf_get_free_block()
814 static Block_t *
816 Block_t *cand_blk, Uint cand_size) in bf_get_free_block()
[all …]
H A Derl_goodfit_alloc.c166 static Block_t * get_free_block (Allctr_t *, Uint,
167 Block_t *, Uint);
344 static Block_t *
377 return (Block_t *) blk; in search_bucket()
389 return (Block_t *) cand; in search_bucket()
392 static Block_t *
394 Block_t *cand_blk, Uint cand_size) in get_free_block()
398 Block_t *blk; in get_free_block()
440 link_free_block(Allctr_t *allctr, Block_t *block) in link_free_block()
645 if (blk == (Block_t *) fblk) in check_block()
[all …]
H A Derl_alloc_util.h371 } Block_t; typedef
389 Block_t blk;
438 Block_t hdr;
729 Block_t * (*get_free_block) (Allctr_t *, Uint,
730 Block_t *, Uint);
731 void (*link_free_block) (Allctr_t *, Block_t *);
732 void (*unlink_free_block) (Allctr_t *, Block_t *);
744 Block_t * (*first_fblk_in_mbc) (Allctr_t *, Carrier_t *);
745 Block_t * (*next_fblk_in_mbc) (Allctr_t *, Carrier_t *, Block_t *);
762 void (*check_block) (Allctr_t *, Block_t *, int);
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bestfit_alloc.c95 Block_t *, Uint);
101 Block_t *, Uint);
112 Block_t hdr;
134 (sizeof(RBTree_t) - sizeof(Block_t)))
412 tree_delete(Allctr_t *allctr, Block_t *del) in tree_delete()
654 static Block_t *
656 Block_t *cand_blk, Uint cand_size) in aobf_get_free_block()
694 return (Block_t *) blk; in aobf_get_free_block()
813 static Block_t *
815 Block_t *cand_blk, Uint cand_size) in bf_get_free_block()
[all …]
H A Derl_goodfit_alloc.c165 static Block_t * get_free_block (Allctr_t *, Uint,
166 Block_t *, Uint);
342 static Block_t *
375 return (Block_t *) blk; in search_bucket()
387 return (Block_t *) cand; in search_bucket()
390 static Block_t *
392 Block_t *cand_blk, Uint cand_size) in get_free_block()
396 Block_t *blk; in get_free_block()
438 link_free_block(Allctr_t *allctr, Block_t *block) in link_free_block()
643 if (blk == (Block_t *) fblk) in check_block()
[all …]
H A Derl_alloc_util.h368 } Block_t; typedef
386 Block_t blk;
435 Block_t hdr;
725 Block_t * (*get_free_block) (Allctr_t *, Uint,
726 Block_t *, Uint);
727 void (*link_free_block) (Allctr_t *, Block_t *);
728 void (*unlink_free_block) (Allctr_t *, Block_t *);
740 Block_t * (*first_fblk_in_mbc) (Allctr_t *, Carrier_t *);
741 Block_t * (*next_fblk_in_mbc) (Allctr_t *, Carrier_t *, Block_t *);
758 void (*check_block) (Allctr_t *, Block_t *, int);
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_bestfit_alloc.c96 Block_t *, Uint);
102 Block_t *, Uint);
113 Block_t hdr;
135 (sizeof(RBTree_t) - sizeof(Block_t)))
414 tree_delete(Allctr_t *allctr, Block_t *del) in tree_delete()
655 static Block_t *
657 Block_t *cand_blk, Uint cand_size) in aobf_get_free_block()
695 return (Block_t *) blk; in aobf_get_free_block()
814 static Block_t *
816 Block_t *cand_blk, Uint cand_size) in bf_get_free_block()
[all …]
H A Derl_goodfit_alloc.c166 static Block_t * get_free_block (Allctr_t *, Uint,
167 Block_t *, Uint);
344 static Block_t *
377 return (Block_t *) blk; in search_bucket()
389 return (Block_t *) cand; in search_bucket()
392 static Block_t *
394 Block_t *cand_blk, Uint cand_size) in get_free_block()
398 Block_t *blk; in get_free_block()
440 link_free_block(Allctr_t *allctr, Block_t *block) in link_free_block()
645 if (blk == (Block_t *) fblk) in check_block()
[all …]
H A Derl_alloc_util.h371 } Block_t; typedef
389 Block_t blk;
438 Block_t hdr;
702 Block_t * (*get_free_block) (Allctr_t *, Uint,
703 Block_t *, Uint);
704 void (*link_free_block) (Allctr_t *, Block_t *);
705 void (*unlink_free_block) (Allctr_t *, Block_t *);
717 Block_t * (*first_fblk_in_mbc) (Allctr_t *, Carrier_t *);
718 Block_t * (*next_fblk_in_mbc) (Allctr_t *, Carrier_t *, Block_t *);
735 void (*check_block) (Allctr_t *, Block_t *, int);
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bestfit_alloc.c95 Block_t *, Uint);
101 Block_t *, Uint);
112 Block_t hdr;
134 (sizeof(RBTree_t) - sizeof(Block_t)))
412 tree_delete(Allctr_t *allctr, Block_t *del) in tree_delete()
654 static Block_t *
656 Block_t *cand_blk, Uint cand_size) in aobf_get_free_block()
694 return (Block_t *) blk; in aobf_get_free_block()
813 static Block_t *
815 Block_t *cand_blk, Uint cand_size) in bf_get_free_block()
[all …]
H A Derl_goodfit_alloc.c165 static Block_t * get_free_block (Allctr_t *, Uint,
166 Block_t *, Uint);
342 static Block_t *
375 return (Block_t *) blk; in search_bucket()
387 return (Block_t *) cand; in search_bucket()
390 static Block_t *
392 Block_t *cand_blk, Uint cand_size) in get_free_block()
396 Block_t *blk; in get_free_block()
438 link_free_block(Allctr_t *allctr, Block_t *block) in link_free_block()
643 if (blk == (Block_t *) fblk) in check_block()
[all …]
H A Derl_alloc_util.h368 } Block_t; typedef
386 Block_t blk;
435 Block_t hdr;
725 Block_t * (*get_free_block) (Allctr_t *, Uint,
726 Block_t *, Uint);
727 void (*link_free_block) (Allctr_t *, Block_t *);
728 void (*unlink_free_block) (Allctr_t *, Block_t *);
740 Block_t * (*first_fblk_in_mbc) (Allctr_t *, Carrier_t *);
741 Block_t * (*next_fblk_in_mbc) (Allctr_t *, Carrier_t *, Block_t *);
758 void (*check_block) (Allctr_t *, Block_t *, int);
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bestfit_alloc.c95 Block_t *, Uint);
101 Block_t *, Uint);
112 Block_t hdr;
134 (sizeof(RBTree_t) - sizeof(Block_t)))
412 tree_delete(Allctr_t *allctr, Block_t *del) in tree_delete()
654 static Block_t *
656 Block_t *cand_blk, Uint cand_size) in aobf_get_free_block()
694 return (Block_t *) blk; in aobf_get_free_block()
813 static Block_t *
815 Block_t *cand_blk, Uint cand_size) in bf_get_free_block()
[all …]
H A Derl_goodfit_alloc.c165 static Block_t * get_free_block (Allctr_t *, Uint,
166 Block_t *, Uint);
342 static Block_t *
375 return (Block_t *) blk; in search_bucket()
387 return (Block_t *) cand; in search_bucket()
390 static Block_t *
392 Block_t *cand_blk, Uint cand_size) in get_free_block()
396 Block_t *blk; in get_free_block()
438 link_free_block(Allctr_t *allctr, Block_t *block) in link_free_block()
643 if (blk == (Block_t *) fblk) in check_block()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_bestfit_alloc.c96 Block_t *, Uint);
102 Block_t *, Uint);
113 Block_t hdr;
135 (sizeof(RBTree_t) - sizeof(Block_t)))
412 tree_delete(Allctr_t *allctr, Block_t *del) in tree_delete()
653 static Block_t *
655 Block_t *cand_blk, Uint cand_size) in aobf_get_free_block()
693 return (Block_t *) blk; in aobf_get_free_block()
812 static Block_t *
814 Block_t *cand_blk, Uint cand_size) in bf_get_free_block()
[all …]
H A Derl_goodfit_alloc.c166 static Block_t * get_free_block (Allctr_t *, Uint,
167 Block_t *, Uint);
342 static Block_t *
375 return (Block_t *) blk; in search_bucket()
387 return (Block_t *) cand; in search_bucket()
390 static Block_t *
392 Block_t *cand_blk, Uint cand_size) in get_free_block()
396 Block_t *blk; in get_free_block()
438 link_free_block(Allctr_t *allctr, Block_t *block) in link_free_block()
643 if (blk == (Block_t *) fblk) in check_block()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bestfit_alloc.c95 Block_t *, Uint);
101 Block_t *, Uint);
112 Block_t hdr;
134 (sizeof(RBTree_t) - sizeof(Block_t)))
412 tree_delete(Allctr_t *allctr, Block_t *del) in tree_delete()
654 static Block_t *
656 Block_t *cand_blk, Uint cand_size) in aobf_get_free_block()
694 return (Block_t *) blk; in aobf_get_free_block()
813 static Block_t *
815 Block_t *cand_blk, Uint cand_size) in bf_get_free_block()
[all …]
H A Derl_goodfit_alloc.c165 static Block_t * get_free_block (Allctr_t *, Uint,
166 Block_t *, Uint);
342 static Block_t *
375 return (Block_t *) blk; in search_bucket()
387 return (Block_t *) cand; in search_bucket()
390 static Block_t *
392 Block_t *cand_blk, Uint cand_size) in get_free_block()
396 Block_t *blk; in get_free_block()
438 link_free_block(Allctr_t *allctr, Block_t *block) in link_free_block()
643 if (blk == (Block_t *) fblk) in check_block()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/vmalloc/
H A Dvmlast.c42 Block_t* blk; /* allocate from this */
57 Block_t *blk;
79 { if((blk = (*_Vmsegalloc)(vm, NIL(Block_t*), size, VM_SEGALL|VM_SEGEXTEND)) )
147 Block_t *blk;
177 { if((oldz + last->size) < size && (blk = last->blk) != NIL(Block_t*) )
190 if((blk = (*_Vmsegalloc)(vm, NIL(Block_t*), size, VM_SEGALL|VM_SEGEXTEND)) )
253 align = (*_Vmlcm)(align, 2*sizeof(Block_t));
306 last->blk = NIL(Block_t*); in lastevent()

123456