Home
last modified time | relevance | path

Searched refs:allocsize (Results 1 – 25 of 1083) sorted by relevance

12345678910>>...44

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/block/
H A Dblock_slvg.c19 uint32_t allocsize; in __wt_block_salvage_start() local
21 allocsize = block->allocsize; in __wt_block_salvage_start()
36 len = allocsize; in __wt_block_salvage_start()
37 if (block->size > allocsize) in __wt_block_salvage_start()
38 len = (block->size / allocsize) * allocsize; in __wt_block_salvage_start()
45 block->slvg_off = allocsize; in __wt_block_salvage_start()
53 session, block, &block->live.alloc, allocsize, len - allocsize)); in __wt_block_salvage_start()
109 uint32_t allocsize, checksum, size; in __wt_block_salvage_next() local
115 allocsize = block->allocsize; in __wt_block_salvage_next()
152 allocsize, (uintmax_t)offset); in __wt_block_salvage_next()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dtdriver-oid.cpp64 int i, j, allocsize, loopCount, firstOID; in objectIDManager_2() local
90 allocsize = rand() % chunkcap; in objectIDManager_2()
91 allocsize = (allocsize > OIDSpaceSize - j ? in objectIDManager_2()
105 allocsize = rand() % chunkcap; in objectIDManager_2()
106 allocsize = (allocsize > OIDSpaceSize - j ? in objectIDManager_2()
116 allocsize = rand() % chunkcap; in objectIDManager_2()
117 allocsize = (allocsize > OIDSpaceSize - j ? in objectIDManager_2()
119 o.returnOIDs(j, j + allocsize - 1); in objectIDManager_2()
137 allocsize = rand() % smallcap; in objectIDManager_2()
138 allocsize = (allocsize > OIDSpaceSize - j ? in objectIDManager_2()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dtdriver-oid.cpp64 int i, j, allocsize, loopCount, firstOID; in objectIDManager_2() local
90 allocsize = rand() % chunkcap; in objectIDManager_2()
91 allocsize = (allocsize > OIDSpaceSize - j ? in objectIDManager_2()
105 allocsize = rand() % chunkcap; in objectIDManager_2()
106 allocsize = (allocsize > OIDSpaceSize - j ? in objectIDManager_2()
116 allocsize = rand() % chunkcap; in objectIDManager_2()
117 allocsize = (allocsize > OIDSpaceSize - j ? in objectIDManager_2()
119 o.returnOIDs(j, j + allocsize - 1); in objectIDManager_2()
137 allocsize = rand() % smallcap; in objectIDManager_2()
138 allocsize = (allocsize > OIDSpaceSize - j ? in objectIDManager_2()
[all …]
/dports/archivers/bicom/bicom-1.01/bialib/
H A Dmtstream.cpp36 allocsize=(m_pput-m_pget)+len; in Realloc()
37 allocsize+=(allocsize>>4); in Realloc()
38 if (allocsize<32) in Realloc()
39 allocsize=32; in Realloc()
40 m_buf=new DATUM[allocsize]; in Realloc()
41 m_bufend=m_buf+allocsize; in Realloc()
80 allocsize+=(allocsize>>4); in Realloc()
81 if (allocsize<32) in Realloc()
82 allocsize=32; in Realloc()
83 m_buf=new DATUM[allocsize]; in Realloc()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/tools/
H A Dwt_ckpt_decode.py60 def show_triple(triple, name, allocsize): argument
67 show_one(name + ' offset', (off + 1) * allocsize)
68 show_one(name + ' size', (size) * allocsize)
72 def decode_arg(arg, allocsize): argument
82 show_triple(result[0:3], 'root', allocsize)
83 show_triple(result[3:6], 'alloc', allocsize)
84 show_triple(result[6:9], 'avail', allocsize)
85 show_triple(result[9:12], 'discard', allocsize)
93 allocsize = 4096 variable
100 allocsize = int(a) variable
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/devel/llvm11/llvm-11.0.1.src/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/devel/llvm10/llvm-10.0.1.src/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/devel/llvm90/llvm-9.0.1.src/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/devel/llvm80/llvm-8.0.1.src/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/devel/llvm70/llvm-7.0.1.src/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Verifier/
H A Dallocsize.ll3 ; CHECK: 'allocsize' element size argument is out of bounds
4 declare i8* @a(i32) allocsize(1)
6 ; CHECK: 'allocsize' element size argument must refer to an integer parameter
7 declare i8* @b(i32*) allocsize(0)
9 ; CHECK: 'allocsize' number of elements argument is out of bounds
10 declare i8* @c(i32) allocsize(0, 1)
12 ; CHECK: 'allocsize' number of elements argument must refer to an integer parameter
13 declare i8* @d(i32, i32*) allocsize(0, 1)
15 ; CHECK: 'allocsize' number of elements argument is out of bounds
16 declare i8* @e(i32, i32) allocsize(1, 2)
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pud/
H A Dpud_dev.c65 size_t dlen, allocsize; in doioctl() local
70 pc_ioctl = kmem_zalloc(allocsize, KM_SLEEP); in doioctl()
84 kmem_free(pc_ioctl, allocsize); in doioctl()
130 size_t allocsize; in pud_bdev_strategy() local
134 pc_rw = kmem_zalloc(allocsize, KM_SLEEP); in pud_bdev_strategy()
158 kmem_free(pc_rw, allocsize); in pud_bdev_strategy()
234 size_t allocsize; in pud_cdev_read() local
238 pc_read = kmem_zalloc(allocsize, KM_SLEEP); in pud_cdev_read()
257 kmem_free(pc_read, allocsize); in pud_cdev_read()
265 size_t allocsize; in pud_cdev_write() local
[all …]
/dports/net/netwib/netwib-5.38.0-src/src/netwib/dat/debug/
H A Dmemcorrupt.c416 netwib_uint32 allocsize; in netwib_debug_memcorrupt_realloc() local
425 if (newallocsize <= allocsize) { in netwib_debug_memcorrupt_realloc()
428 netwib_c_memcpy(ptr, *pptr, allocsize); in netwib_debug_memcorrupt_realloc()
588 netwib_uint32 ptroffset, allocsize; in netwib_debug_memcorrupt_alloc_check() local
618 pc = (netwib_constdata) ptr + allocsize; in netwib_debug_memcorrupt_alloc_check()
623 if (allocsize != readuint32) { in netwib_debug_memcorrupt_alloc_check()
638 patternsize = allocsize + 2; in netwib_debug_memcorrupt_alloc_check()
670 *pallocsize = allocsize; in netwib_debug_memcorrupt_alloc_check()
742 protectedsize = allocsize + 2; in netwib_debug_memcorrupt_alloc()
962 pc = (netwib_constdata) ptr + allocsize; in netwib_debug_memcorrupt_alloc_check()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/RNAforester/src/wmatch/
H A Dwmatch.c123 allocsize = (U+2)*sizeof(int); in Initialize()
124 MATE = (int *) malloc(allocsize); in Initialize()
125 LINK = (int *) malloc(allocsize); in Initialize()
126 BASE = (int *) malloc(allocsize); in Initialize()
127 NEXTVTX = (int *) malloc(allocsize); in Initialize()
128 LASTVTX = (int *) malloc(allocsize); in Initialize()
129 Y = (int *) malloc(allocsize); in Initialize()
130 NEXT_D = (int *) malloc(allocsize); in Initialize()
131 NEXTEDGE = (int *) malloc(allocsize); in Initialize()
132 allocsize = (U+2*V+2)*sizeof(int); in Initialize()
[all …]
/dports/games/edge/Edge-1.35-source/src/
H A Dz_zone.cc124 int allocsize; in Z_ReMalloc2()
144 allocsize = size + sizeof(mallocheader_t) + sizeof(int); in Z_ReMalloc2()
147 allocsize = size; in Z_ReMalloc2()
151 while (NULL == (newp = (mallocheader_t*)realloc(h, allocsize))) in Z_ReMalloc2()
153 while (NULL == (newp = realloc(h, allocsize))) in Z_ReMalloc2()
180 int allocsize; in Z_Malloc2() local
186 allocsize = sizeof(mallocheader_t) + size + sizeof(int); in Z_Malloc2()
188 allocsize = size; in Z_Malloc2()
192 while (NULL == (p = (mallocheader_t*)malloc(allocsize))) in Z_Malloc2()
194 while (NULL == (p = malloc(allocsize))) in Z_Malloc2()
/dports/games/odamex/odamex-src-0.7.0/master/
H A Di_net.h56 size_t allocsize, cursize, readpos; variable
216 return allocsize; in maxsize()
221 cursize = len > allocsize ? allocsize : len; in setcursize()
237 allocsize = len; in resize()
245 if (cursize + length >= allocsize) in SZ_GetSpace()
265 data = new byte[other.allocsize];
266 allocsize = other.allocsize;
279 : data(0), allocsize(0), cursize(0), readpos(0), overflowed(false) in buf_t()
283 : data(new byte[len]), allocsize(len), cursize(0), readpos(0), overflowed(false) in buf_t()
287 …: data(new byte[other.allocsize]), allocsize(other.allocsize), cursize(other.cursize), readpos(oth… in buf_t()

12345678910>>...44