Home
last modified time | relevance | path

Searched refs:heapsize (Results 101 – 125 of 1885) sorted by relevance

12345678910>>...76

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Dz_zone.c589 int heapsize; in Z_UsedHeap() local
592 heapsize=0; in Z_UsedHeap()
596 heapsize+=(block->size); in Z_UsedHeap()
600 return heapsize; in Z_UsedHeap()
614 int heapsize; in Z_UsedLevelHeap() local
617 heapsize=0; in Z_UsedLevelHeap()
621 heapsize+=(block->size); in Z_UsedLevelHeap()
625 return heapsize; in Z_UsedLevelHeap()
640 int heapsize; in Z_UsedStaticHeap() local
643 heapsize=0; in Z_UsedStaticHeap()
[all …]
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfscommon/
H A Ddelayrun.c20 static uint32_t heapsize; variable
122 if (heapelements>=heapsize) { in delay_run()
123 heapsize *= 2; in delay_run()
124 heap = realloc(heap,sizeof(heapelem)*heapsize); in delay_run()
150 heapsize = 0; in delay_term()
166 heapsize = 1024; in delay_init()
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfscommon/
H A Ddelayrun.c20 static uint32_t heapsize; variable
122 if (heapelements>=heapsize) { in delay_run()
123 heapsize *= 2; in delay_run()
124 heap = realloc(heap,sizeof(heapelem)*heapsize); in delay_run()
150 heapsize = 0; in delay_term()
166 heapsize = 1024; in delay_init()
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfscommon/
H A Ddelayrun.c20 static uint32_t heapsize; variable
122 if (heapelements>=heapsize) { in delay_run()
123 heapsize *= 2; in delay_run()
124 heap = realloc(heap,sizeof(heapelem)*heapsize); in delay_run()
150 heapsize = 0; in delay_term()
166 heapsize = 1024; in delay_init()
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfscommon/
H A Ddelayrun.c20 static uint32_t heapsize; variable
122 if (heapelements>=heapsize) { in delay_run()
123 heapsize *= 2; in delay_run()
124 heap = realloc(heap,sizeof(heapelem)*heapsize); in delay_run()
150 heapsize = 0; in delay_term()
166 heapsize = 1024; in delay_init()
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfscommon/
H A Ddelayrun.c20 static uint32_t heapsize; variable
122 if (heapelements>=heapsize) { in delay_run()
123 heapsize *= 2; in delay_run()
124 heap = realloc(heap,sizeof(heapelem)*heapsize); in delay_run()
150 heapsize = 0; in delay_term()
166 heapsize = 1024; in delay_init()
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfscommon/
H A Ddelayrun.c20 static uint32_t heapsize; variable
122 if (heapelements>=heapsize) { in delay_run()
123 heapsize *= 2; in delay_run()
124 heap = realloc(heap,sizeof(heapelem)*heapsize); in delay_run()
150 heapsize = 0; in delay_term()
166 heapsize = 1024; in delay_init()
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfscommon/
H A Ddelayrun.c20 static uint32_t heapsize; variable
122 if (heapelements>=heapsize) { in delay_run()
123 heapsize *= 2; in delay_run()
124 heap = realloc(heap,sizeof(heapelem)*heapsize); in delay_run()
150 heapsize = 0; in delay_term()
166 heapsize = 1024; in delay_init()
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfscommon/
H A Ddelayrun.c20 static uint32_t heapsize; variable
122 if (heapelements>=heapsize) { in delay_run()
123 heapsize *= 2; in delay_run()
124 heap = realloc(heap,sizeof(heapelem)*heapsize); in delay_run()
150 heapsize = 0; in delay_term()
166 heapsize = 1024; in delay_init()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/heapsize-0.3.0.1/
H A Dheapsize.cabal2 name: heapsize
12 description: heapsize is a tool to determine the size data structures.
38 , heapsize
50 location: https://github.com/pepeiborra/heapsize.git
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dtest144.tcl70 {-heapsize "0 $heapsz"} $oflags $testfile} res]
80 {-heapsize "0 $heapsz"} $oflags $testfile]
85 {-heapsize "0 $heapsz"} $oflags $testfile} res]
93 {-heapsize "0 $heapsz"} $oflags $testfile]
155 {-heapsize "0 $heapsz"} $oflags $testfile]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/deps/flb_libco/
H A Dfiber.c33 cothread_t co_create(unsigned int heapsize, void (*coentry)(void), in co_create() argument
39 *out_size = heapsize; in co_create()
40 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/flb_libco/
H A Dfiber.c33 cothread_t co_create(unsigned int heapsize, void (*coentry)(void), in co_create() argument
39 *out_size = heapsize; in co_create()
40 return (cothread_t)CreateFiber(heapsize, co_thunk, (void*)coentry); in co_create()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/kmeans/
H A DKMeansMinusMinus.java125 int heapsize; field in KMeansMinusMinus.Instance
146 heapsize = (int) (rate < 1. ? Math.ceil(relation.size() * rate) : rate); in Instance()
147 minHeap = new DoubleMinHeap(heapsize); in Instance()
159 …means = meansWithTreshhold(heapsize == 0 || minHeap.size() < heapsize ? Double.POSITIVE_INFINITY :… in iterate()
178 if(noiseFlag && heapsize > 0) { in buildResultWithNoise()
238 if(heapsize > 0) { in assignToNearestCluster()
239 minHeap.add(mindist, heapsize); in assignToNearestCluster()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/html5ever-atoms-0.2.2/
H A DCargo.toml15 heap_size = ["heapsize", "heapsize_derive", "string_cache/heapsize"]
19 heapsize = { version = "0.3", optional = true }
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/mmalloc/
H A Dmmalloc.c62 mdp -> heapsize = HEAP / BLOCKSIZE;
64 align (mdp, mdp -> heapsize * sizeof (malloc_info));
69 memset ((PTR)mdp -> heapinfo, 0, mdp -> heapsize * sizeof (malloc_info));
97 if ((size_t) BLOCK ((char *) result + size) > mdp -> heapsize)
99 newsize = mdp -> heapsize;
112 mdp -> heapsize * sizeof (malloc_info));
116 = BLOCKIFY (mdp -> heapsize * sizeof (malloc_info));
119 mdp -> heapsize = newsize;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/mmalloc/
H A Dmmalloc.c62 mdp -> heapsize = HEAP / BLOCKSIZE;
64 align (mdp, mdp -> heapsize * sizeof (malloc_info));
69 memset ((PTR)mdp -> heapinfo, 0, mdp -> heapsize * sizeof (malloc_info));
97 if ((size_t) BLOCK ((char *) result + size) > mdp -> heapsize)
99 newsize = mdp -> heapsize;
112 mdp -> heapsize * sizeof (malloc_info));
116 = BLOCKIFY (mdp -> heapsize * sizeof (malloc_info));
119 mdp -> heapsize = newsize;
/dports/games/libretro-uae/libretro-uae-8333daa/libco/
H A Ducontext.c38 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
46 …etcontext(thread) && !(thread->uc_stack.ss_sp = 0)) && (thread->uc_stack.ss_sp = malloc(heapsize))) in co_create()
49 thread->uc_stack.ss_size = heapsize; in co_create()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/libco/
H A Ducontext.c38 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
46 …etcontext(thread) && !(thread->uc_stack.ss_sp = 0)) && (thread->uc_stack.ss_sp = malloc(heapsize))) in co_create()
49 thread->uc_stack.ss_size = heapsize; in co_create()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/libretro-common/libco/
H A Ducontext.c38 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
46 …etcontext(thread) && !(thread->uc_stack.ss_sp = 0)) && (thread->uc_stack.ss_sp = malloc(heapsize))) in co_create()
49 thread->uc_stack.ss_size = heapsize; in co_create()
/dports/games/libretro-hatari/hatari-561c07e/libretro/libretro-common/libco/
H A Ducontext.c38 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
46 …etcontext(thread) && !(thread->uc_stack.ss_sp = 0)) && (thread->uc_stack.ss_sp = malloc(heapsize))) in co_create()
49 thread->uc_stack.ss_size = heapsize; in co_create()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/libretro/libretro-common/libco/
H A Ducontext.c38 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
46 …etcontext(thread) && !(thread->uc_stack.ss_sp = 0)) && (thread->uc_stack.ss_sp = malloc(heapsize))) in co_create()
49 thread->uc_stack.ss_size = heapsize; in co_create()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/libco/
H A Ducontext.c38 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
46 …etcontext(thread) && !(thread->uc_stack.ss_sp = 0)) && (thread->uc_stack.ss_sp = malloc(heapsize))) in co_create()
49 thread->uc_stack.ss_size = heapsize; in co_create()
/dports/games/libretro-gpsp/gpsp-300d0c0/libco/
H A Ducontext.c38 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
46 …etcontext(thread) && !(thread->uc_stack.ss_sp = 0)) && (thread->uc_stack.ss_sp = malloc(heapsize))) in co_create()
49 thread->uc_stack.ss_size = heapsize; in co_create()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/libco/
H A Ducontext.c38 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
46 …etcontext(thread) && !(thread->uc_stack.ss_sp = 0)) && (thread->uc_stack.ss_sp = malloc(heapsize))) in co_create()
49 thread->uc_stack.ss_size = heapsize; in co_create()

12345678910>>...76