Home
last modified time | relevance | path

Searched refs:heapsize (Results 51 – 75 of 1885) sorted by relevance

12345678910>>...76

/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfsclient/
H A Dheapsorter.c28 static uint32_t heapsize = 0; variable
79 if (heapelements>=heapsize) { in heap_push()
81 heapsize = 1024; in heap_push()
82 heap = malloc(sizeof(uint32_t)*heapsize); in heap_push()
84 heapsize <<= 1; in heap_push()
85 heap = mfsrealloc(heap,sizeof(uint32_t)*heapsize); in heap_push()
117 heapsize = 0; in heap_term()
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfsclient/
H A Dheapsorter.c28 static uint32_t heapsize = 0; variable
79 if (heapelements>=heapsize) { in heap_push()
81 heapsize = 1024; in heap_push()
82 heap = malloc(sizeof(uint32_t)*heapsize); in heap_push()
84 heapsize <<= 1; in heap_push()
85 heap = mfsrealloc(heap,sizeof(uint32_t)*heapsize); in heap_push()
117 heapsize = 0; in heap_term()
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfsclient/
H A Dheapsorter.c28 static uint32_t heapsize = 0; variable
79 if (heapelements>=heapsize) { in heap_push()
81 heapsize = 1024; in heap_push()
82 heap = malloc(sizeof(uint32_t)*heapsize); in heap_push()
84 heapsize <<= 1; in heap_push()
85 heap = mfsrealloc(heap,sizeof(uint32_t)*heapsize); in heap_push()
117 heapsize = 0; in heap_term()
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfsclient/
H A Dheapsorter.c28 static uint32_t heapsize = 0; variable
79 if (heapelements>=heapsize) { in heap_push()
81 heapsize = 1024; in heap_push()
82 heap = malloc(sizeof(uint32_t)*heapsize); in heap_push()
84 heapsize <<= 1; in heap_push()
85 heap = mfsrealloc(heap,sizeof(uint32_t)*heapsize); in heap_push()
117 heapsize = 0; in heap_term()
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfsclient/
H A Dheapsorter.c28 static uint32_t heapsize = 0; variable
79 if (heapelements>=heapsize) { in heap_push()
81 heapsize = 1024; in heap_push()
82 heap = malloc(sizeof(uint32_t)*heapsize); in heap_push()
84 heapsize <<= 1; in heap_push()
85 heap = mfsrealloc(heap,sizeof(uint32_t)*heapsize); in heap_push()
117 heapsize = 0; in heap_term()
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfsclient/
H A Dheapsorter.c28 static uint32_t heapsize = 0; variable
79 if (heapelements>=heapsize) { in heap_push()
81 heapsize = 1024; in heap_push()
82 heap = malloc(sizeof(uint32_t)*heapsize); in heap_push()
84 heapsize <<= 1; in heap_push()
85 heap = mfsrealloc(heap,sizeof(uint32_t)*heapsize); in heap_push()
117 heapsize = 0; in heap_term()
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfsclient/
H A Dheapsorter.c28 static uint32_t heapsize = 0; variable
79 if (heapelements>=heapsize) { in heap_push()
81 heapsize = 1024; in heap_push()
82 heap = malloc(sizeof(uint32_t)*heapsize); in heap_push()
84 heapsize <<= 1; in heap_push()
85 heap = mfsrealloc(heap,sizeof(uint32_t)*heapsize); in heap_push()
117 heapsize = 0; in heap_term()
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfsclient/
H A Dheapsorter.c28 static uint32_t heapsize = 0; variable
79 if (heapelements>=heapsize) { in heap_push()
81 heapsize = 1024; in heap_push()
82 heap = malloc(sizeof(uint32_t)*heapsize); in heap_push()
84 heapsize <<= 1; in heap_push()
85 heap = mfsrealloc(heap,sizeof(uint32_t)*heapsize); in heap_push()
117 heapsize = 0; in heap_term()
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dmerge-diagonals-heap.c66 , int heapsize in heapify() argument
80 for (i = 1; i <= heapsize; i++) { in heapify()
124 int heapsize, heapi; in make_diagonals_heap() local
129 heapsize = 2*nstreams + 1; in make_diagonals_heap()
130 heap = (Univcoord_T **) CALLOC((heapsize + 1),sizeof(Univcoord_T *)); in make_diagonals_heap()
133 nstreams,heapsize,heapsize)); in make_diagonals_heap()
160 while (heapi <= heapsize) { in make_diagonals_heap()
241 int heapsize, heapi; in make_univdiagonals_heap() local
246 heapsize = 2*nstreams + 1; in make_univdiagonals_heap()
250 nstreams,heapsize,heapsize)); in make_univdiagonals_heap()
[all …]
/dports/devel/p5-Heap/Heap-0.80/t/
H A Dtest_leaks2.t17 my $heapsize;
30 $extractsize = $heapsize) {
31 $heapsize = $extractsize*5;
36 for (1..$heapsize) {
43 print( (($allocated == $heapsize) ? "" : "not "),
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/ibmrs/
H A Dbpsheap.c96 int i, total, bpssize, heapsize, mallocsize; local
181 heapsize =(heapsize_in_bytes / 8) * 4; /* insure full words */
192 getheap(heapsize,feder);
202 heapsize, heapsize,
293 getheap(heapsize,feder) in getheap() argument
294 int heapsize,feder; in getheap()
296 heaplowerbound = (int)sbrk(2 * heapsize + feder );
305 heapupperbound = heaplowerbound + heapsize;
310 oldheapupperbound = oldheaplowerbound + heapsize;
341 int heapsize; local
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macg4/
H A Dbpsheap.c96 int i, total, bpssize, heapsize, mallocsize; local
181 heapsize =(heapsize_in_bytes / 8) * 4; /* insure full words */
192 getheap(heapsize,feder);
202 heapsize, heapsize,
293 getheap(heapsize,feder) in getheap() argument
294 int heapsize,feder; in getheap()
296 heaplowerbound = (int)sbrk(2 * heapsize + feder );
305 heapupperbound = heaplowerbound + heapsize;
310 oldheapupperbound = oldheaplowerbound + heapsize;
341 int heapsize; local
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macg5/
H A Dbpsheap.c106 long long total, heapsize,mtot; local
186 heapsize =(heapsize_in_bytes / 8) * 4; /* insure full words */
197 getheap(heapsize,feder);
208 heapsize, heapsize,
318 getheap(heapsize,feder) in getheap() argument
319 long long heapsize,feder; in getheap()
321 heaplowerbound = (long long)calloc(2 * heapsize,1000000);
328 heapupperbound = heaplowerbound + heapsize;
333 oldheapupperbound = oldheaplowerbound + heapsize;
364 int heapsize; local
/dports/textproc/halibut/halibut-1.2/
H A Dhuffman.c97 int heapsize; in buildhuf() local
107 heapsize = 0; in buildhuf()
110 heapsize = addheap(sc->heap, heapsize, i, freqs[i]); in buildhuf()
117 while (heapsize > 2) { in buildhuf()
118 heapsize = rmheap(sc->heap, heapsize, &i, &si); in buildhuf()
119 heapsize = rmheap(sc->heap, heapsize, &j, &sj); in buildhuf()
122 heapsize = addheap(sc->heap, heapsize, n, si + sj); in buildhuf()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macintel64/
H A Dbps-heap.sl42 (setq heapsize (segmentlength heap))
43 (setq heapsize (wquotient heapsize 2))
46 (setq heapupperbound (wplus2 heap heapsize))
52 (setq oldheapupperbound (wplus2 oldheaplowerbound heapsize))
63 (setq heapsize (plus heapsize d2))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macintel/
H A Dbps-heap.sl42 (setq heapsize (segmentlength heap))
43 (setq heapsize (wquotient heapsize 2))
46 (setq heapupperbound (wplus2 heap heapsize))
52 (setq oldheapupperbound (wplus2 oldheaplowerbound heapsize))
63 (setq heapsize (plus heapsize d2))
/dports/lang/sdcc/sdcc-4.0.0/device/lib/pic16/libc/stdlib/
H A Dmemmisc.c31 void _initHeap(unsigned char _MALLOC_SPEC *dheap, unsigned int heapsize) in _initHeap() argument
38 if (heapsize == 0) return; in _initHeap()
40 heapsize--; in _initHeap()
42 while (hsize < heapsize) { in _initHeap()
44 bsize = (heapsize - hsize); /* thus: bsize > 0 */ in _initHeap()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/
H A Dbpsheap.c147 int i, total, heapsize, mallocsize; local
254 heapsize = 119000000;
273 heapsize =(heapsize_in_bytes / 4) * 4; /* insure full words */
286 getheap(heapsize,feder);
292 heapsize, heapsize);
427 void getheap(int heapsize,int feder) in getheap() argument
435 heapsize = 110000000; in getheap()
438 heapupperbound = heaplowerbound + heapsize; in getheap()
456 heapupperbound = heaplowerbound + heapsize; in getheap()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/libretro/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/games/libretro-hatari/hatari-561c07e/libretro/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/libco/
H A Dfiber.c39 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
52 …return (cothread_t)CreateFiberEx(heapsize, heapsize, FIBER_FLAG_FLOAT_SWITCH, co_thunk, (void*)coe… in co_create()
54 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()

12345678910>>...76