Searched refs:allocsize (Results 1 – 4 of 4) sorted by relevance
331 size_t allocsize; in save_mapped_sequence() local340 allocsize = maplen * 2; in save_mapped_sequence()342 allocsize = DEFAULT_BUF_SIZE; in save_mapped_sequence()344 sizeof(unsigned long) * allocsize); in save_mapped_sequence()349 ctx->mapdata_size = allocsize; in save_mapped_sequence()
85 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header() local86 allocsize = ConstantExpr::getTruncOrBitCast(allocsize, IntPtrTy); in header()87 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, in header()
146 static isc_int32_t allocsize = 0; variable254 allocsize += (int)size; in pk11_mem_get()272 allocsize -= (int)size; in pk11_mem_put()286 if ((mctx != NULL) && (pk11_mctx == NULL) && (allocsize == 0)) in pk11_initialize()
6366 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model() local6369 ret = (XML_Content *)MALLOC(allocsize); in build_model()