Home
last modified time | relevance | path

Searched refs:allocatedusecount (Results 1 – 1 of 1) sorted by relevance

/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c4633 REGISTER INTBIG best, bestlayout, usecountneed, i, *usecount, *allocatedusecount; in whattech() local
4652 allocatedusecount = (INTBIG *)emalloc(usecountneed * SIZEOFINTBIG, db_cluster); in whattech()
4653 if (allocatedusecount == 0) return(gen_tech); in whattech()
4654 usecount = allocatedusecount; in whattech()
4658 allocatedusecount = 0; in whattech()
4783 if (allocatedusecount != 0) efree((CHAR *)allocatedusecount); in whattech()