OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocsize
(Results
1 - 5
of
5
) sorted by null
/external/llvm/examples/BrainF/
BrainF.cpp
85
Constant*
allocsize
= ConstantExpr::getSizeOf(Int8Ty);
local
86
allocsize
= ConstantExpr::getTruncOrBitCast(
allocsize
, IntPtrTy);
87
ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty,
allocsize
, val_mem,
/external/mdnsresponder/mDNSShared/
dnsextd.c
421
int
allocsize
;
local
449
allocsize
= sizeof(PktMsg) - sizeof(DNSMessage) + msglen;
453
allocsize
= sizeof(PktMsg);
456
pkt = malloc(
allocsize
);
1377
int i,
allocsize
, bucket;
local
[
all
...]
/external/libpng/contrib/libtests/
pngstest.c
560
png_size_t
allocsize
;
member in struct:__anon4165
591
image->
allocsize
= 0;
662
image->
allocsize
= size;
689
if (check16(image->buffer+16+image->
allocsize
, 95))
[
all
...]
/external/chromium_org/third_party/expat/files/lib/
xmlparse.c
6366
int
allocsize
= (dtd->scaffCount * sizeof(XML_Content)
local
[
all
...]
/external/expat/lib/
xmlparse.c
6366
int
allocsize
= (dtd->scaffCount * sizeof(XML_Content)
local
[
all
...]
Completed in 494 milliseconds