Home
last modified time | relevance | path

Searched refs:heaplength (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rvm/rvm-1.20/rds/
H A Drds_private.h127 unsigned long heaplength; member
147 #define RDS_HEAPLENGTH (RecoverableHeapStartAddress->heaplength)
H A Drds_init.c65 hdrp->heaplength = length;
/dports/games/barony/Barony-3.3.7/src/
H A Dpaths.cpp200 long heaplength = 0; in generatePath() local
370 heapAdd(binaryheap, pathnode, &heaplength); in generatePath()
388 heapRemove(binaryheap, &heaplength); in generatePath()
522 heapAdd(binaryheap, childnode, &heaplength); in generatePath()
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Dciff.c43 unsigned long heaplength,struct image_summary *summary_entry, in process_ciff() argument
61 if(heaplength) in process_ciff()
62 offset_table_end = fileoffset_base + heaplength; in process_ciff()