OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newalloc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/
authkeys.c
282
size_t
newalloc
;
local
287
newalloc
= authhashbuckets * sizeof(key_hash[0]);
289
key_hash = emalloc_zero(
newalloc
);
449
size_t
newalloc
;
local
459
newalloc
= authhashbuckets * sizeof(key_hash[0]);
461
key_hash = erealloc(key_hash,
newalloc
);
462
zero_mem(key_hash,
newalloc
);
/src/external/mpl/dhcp/bind/dist/lib/dns/
acl.c
257
unsigned int
newalloc
, nelem, i;
local
264
newalloc
= dest->alloc + source->alloc;
265
if (
newalloc
< 4) {
266
newalloc
= 4;
270
newalloc
* sizeof(dns_aclelement_t));
273
memset(newmem, 0,
newalloc
* sizeof(dns_aclelement_t));
283
dest->alloc =
newalloc
;
/src/external/mpl/bind/dist/lib/dns/
acl.c
286
size_t
newalloc
= dest->alloc + source->alloc;
local
287
if (
newalloc
< 4) {
288
newalloc
= 4;
292
dest->alloc,
newalloc
,
294
dest->alloc =
newalloc
;
/src/external/gpl2/grep/dist/src/
grep.c
336
size_t
newalloc
;
local
362
newalloc
= newsize + pagesize + 1;
364
newbuf = bufalloc <
newalloc
? xmalloc (bufalloc =
newalloc
) : buffer;
/src/external/lgpl3/gmp/dist/
gmp-impl.h
4517
size_t alloc, newsize,
newalloc
; \
4524
newalloc
= 2*newsize; \
4525
(d)->alloc =
newalloc
; \
4527
alloc,
newalloc
, char); \
/src/external/gpl2/dtc/dist/tests/
run_tests.sh
366
for mode in resize realloc
newalloc
; do
Completed in 45 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026