Searched refs:ov_next (Results 1 – 9 of 9) sorted by relevance
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macg4/ |
H A D | malloc.c | 34 union overhead *ov_next; /* when free */ member 123 nextf[bucket] = nextf[bucket]->ov_next; 194 op->ov_next = (union overhead *)((caddr_t)op + siz); 201 op->ov_next = NULL; 226 op->ov_next = nextf[size]; 319 for (p = nextf[i]; p && j != srchlen; p = p->ov_next) { 346 for (j = 0, p = nextf[i]; p; p = p->ov_next, j++)
|
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/ibmrs/ |
H A D | malloc.c | 34 union overhead *ov_next; /* when free */ member 123 nextf[bucket] = nextf[bucket]->ov_next; 194 op->ov_next = (union overhead *)((caddr_t)op + siz); 201 op->ov_next = NULL; 226 op->ov_next = nextf[size]; 319 for (p = nextf[i]; p && j != srchlen; p = p->ov_next) { 346 for (j = 0, p = nextf[i]; p; p = p->ov_next, j++)
|
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macg5/ |
H A D | malloc.c | 34 union overhead *ov_next; /* when free */ member 123 nextf[bucket] = nextf[bucket]->ov_next; 194 op->ov_next = (union overhead *)((caddr_t)op + siz); 201 op->ov_next = NULL; 226 op->ov_next = nextf[size]; 319 for (p = nextf[i]; p && j != srchlen; p = p->ov_next) { 346 for (j = 0, p = nextf[i]; p; p = p->ov_next, j++)
|
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/ |
H A D | tclAlloc.c | 59 union overhead *ov_next; /* when free */ member 344 nextf[bucket] = op->ov_next; 419 op->ov_next = (union overhead *)((caddr_t)op + sz); 422 op->ov_next = (union overhead *)NULL; 478 op->ov_next = nextf[size]; /* also clobbers ov_magic */ 640 for (j = 0, p = nextf[i]; p; p = p->ov_next, j++)
|
/dports/news/noffle/noffle-1.1.5/src/ |
H A D | content.c | 196 const Over *ov, *ov_next; in Cont_write() local 225 ov_next = cont.elem[ i + 1 ]; in Cont_write() 227 ov_next = NULL; in Cont_write() 237 || ( ov_next != NULL && in Cont_write() 238 Ov_numb( ov_next ) - Ov_numb( ov ) == 1 ) ) in Cont_write()
|
/dports/lang/perl5.34/perl-5.34.0/ |
H A D | malloc.c | 392 union overhead *ov_next; /* when free */ member 1317 if ( (PTR2UV(p->ov_next) & (MEM_ALIGNBYTES - 1)) in Perl_malloc() 1318 || (p->ov_next && PTR2UV(p->ov_next) < (1<<LOG_OF_MIN_ARENA)) ) { in Perl_malloc() 1323 PTR2UV(p->ov_next), PTR2UV(p)); in Perl_malloc() 1326 nextf[bucket] = p->ov_next; in Perl_malloc() 1454 nextf[bucket] = nextf[bucket]->ov_next; in get_from_bigger_buckets() 1726 = nextf[rnu << BUCKET_POW2_SHIFT]->ov_next; in morecore() 1787 ovp->ov_next = (union overhead *)NULL; in morecore() 1794 nextf[7*BUCKETS_PER_POW2]->ov_next = n_op; in morecore() 1884 ovp->ov_next = nextf[size]; in Perl_mfree() [all …]
|
/dports/lang/perl5.30/perl-5.30.3/ |
H A D | malloc.c | 392 union overhead *ov_next; /* when free */ member 1310 if ( (PTR2UV(p->ov_next) & (MEM_ALIGNBYTES - 1)) in Perl_malloc() 1311 || (p->ov_next && PTR2UV(p->ov_next) < (1<<LOG_OF_MIN_ARENA)) ) { in Perl_malloc() 1316 PTR2UV(p->ov_next), PTR2UV(p)); in Perl_malloc() 1319 nextf[bucket] = p->ov_next; in Perl_malloc() 1446 nextf[bucket] = nextf[bucket]->ov_next; in get_from_bigger_buckets() 1719 = nextf[rnu << BUCKET_POW2_SHIFT]->ov_next; in morecore() 1780 ovp->ov_next = (union overhead *)NULL; in morecore() 1787 nextf[7*BUCKETS_PER_POW2]->ov_next = n_op; in morecore() 1878 ovp->ov_next = nextf[size]; in Perl_mfree() [all …]
|
/dports/lang/perl5.32/perl-5.32.1/ |
H A D | malloc.c | 392 union overhead *ov_next; /* when free */ member 1319 if ( (PTR2UV(p->ov_next) & (MEM_ALIGNBYTES - 1)) in Perl_malloc() 1320 || (p->ov_next && PTR2UV(p->ov_next) < (1<<LOG_OF_MIN_ARENA)) ) { in Perl_malloc() 1325 PTR2UV(p->ov_next), PTR2UV(p)); in Perl_malloc() 1328 nextf[bucket] = p->ov_next; in Perl_malloc() 1456 nextf[bucket] = nextf[bucket]->ov_next; in get_from_bigger_buckets() 1730 = nextf[rnu << BUCKET_POW2_SHIFT]->ov_next; in morecore() 1791 ovp->ov_next = (union overhead *)NULL; in morecore() 1798 nextf[7*BUCKETS_PER_POW2]->ov_next = n_op; in morecore() 1889 ovp->ov_next = nextf[size]; in Perl_mfree() [all …]
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ |
H A D | malloc.c | 392 union overhead *ov_next; /* when free */ member 1317 if ( (PTR2UV(p->ov_next) & (MEM_ALIGNBYTES - 1)) in Perl_malloc() 1318 || (p->ov_next && PTR2UV(p->ov_next) < (1<<LOG_OF_MIN_ARENA)) ) { in Perl_malloc() 1323 PTR2UV(p->ov_next), PTR2UV(p)); in Perl_malloc() 1326 nextf[bucket] = p->ov_next; in Perl_malloc() 1454 nextf[bucket] = nextf[bucket]->ov_next; in get_from_bigger_buckets() 1726 = nextf[rnu << BUCKET_POW2_SHIFT]->ov_next; in morecore() 1787 ovp->ov_next = (union overhead *)NULL; in morecore() 1794 nextf[7*BUCKETS_PER_POW2]->ov_next = n_op; in morecore() 1884 ovp->ov_next = nextf[size]; in Perl_mfree() [all …]
|