Home
last modified time | relevance | path

Searched refs:lastalloc (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/halibut/halibut-1.2/misc/
H A Dlogalloc32 } elsif (defined $lastalloc{$in}) {
33 $bad = "already-freed pointer (last alloc $lastalloc{$in}, last free $lastfree{$in})";
46 $lastalloc{$out}="($.) $file:$line";
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/vmalloc/
H A Dvmlast.c49 static Void_t* lastalloc(Vmalloc_t* vm, size_t size, int local) in lastalloc() function
51 static Void_t* lastalloc(vm, size, local) in lastalloc()
154 { data = lastalloc(vm, size, local);
255 if((data = (Vmuchar_t*)KPVALLOC(vm, size + align, lastalloc)) )
317 { lastalloc,
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/vmalloc/
H A Dvmlast.c36 static Void_t* lastalloc(Vmalloc_t* vm, size_t size, int local) in lastalloc() function
38 static Void_t* lastalloc(vm, size, local) in lastalloc()
155 { data = lastalloc(vm, size, local);
219 if(!(addr = KPVALLOC(vm,size,lastalloc)) )
380 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,lastalloc)) )
415 lastalloc,
/dports/shells/ksh93/ast-93u/src/lib/libast/vmalloc/
H A Dvmlast.c36 static Void_t* lastalloc(Vmalloc_t* vm, size_t size, int local) in lastalloc() function
38 static Void_t* lastalloc(vm, size, local) in lastalloc()
155 { data = lastalloc(vm, size, local);
219 if(!(addr = KPVALLOC(vm,size,lastalloc)) )
380 if(!(data = (Vmuchar_t*)KPVALLOC(vm,s,lastalloc)) )
415 lastalloc,
/dports/graphics/graphviz/graphviz-2.44.1/lib/vmalloc/
H A Dvmlast.c21 static void *lastalloc(Vmalloc_t * vm, size_t size) in lastalloc() function
141 data = lastalloc(vm, size); in lastresize()
208 if (!(addr = KPVALLOC(vm, size, lastalloc))) { in lastresize()
353 if (!(data = (Vmuchar_t *) KPVALLOC(vm, s, lastalloc))) in lastalign()
389 lastalloc,
/dports/lang/nwcc/nwcc_0.8.3/
H A Dsparc_gen.c326 static int lastalloc = 0; in alloc_fpr() local
398 lastalloc = i; in alloc_fpr()
415 lastalloc += stepsize; in alloc_fpr()
416 lastalloc %= limit; in alloc_fpr()
417 ret = &sparc_fprs[lastalloc]; in alloc_fpr()
424 base = GET_DOUBLE_BASE(lastalloc); in alloc_fpr()
431 base = GET_LDOUBLE_BASE(lastalloc); in alloc_fpr()
440 base = GET_LDOUBLE_BASE(lastalloc); in alloc_fpr()
450 free_preg(&sparc_fprs[lastalloc], in alloc_fpr()
455 &sparc_fprs[lastalloc+1], in alloc_fpr()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dcard.c105 u16 lastalloc; member
712 currblock = fatblock->lastalloc; in __card_allocblock()
718 fatblock->lastalloc = currblock; in __card_allocblock()
1509 fatblock->lastalloc = 4; in __card_formatregion()
/dports/shells/zsh/zsh-5.8.1/Etc/
H A DChangeLog-3.02734 heapalloc/permalloc/lastalloc macros. heapalloc/permalloc
2735 starts with an open brace and lastalloc ends in a closing brace
2738 lastalloc. From Bart Schaefer (1490) with some modifications