Lines Matching refs:allocMem
145 static void *(*allocMem)();
316 ptr = (char *)allocMem(len);
419 cp = (struct nodeStruct *)allocMem(sizeof(struct nodeStruct));
470 ip = (struct nodeStruct *)allocMem(sizeof(struct nodeStruct));
622 allocMem(len + 1 + sizeof(struct commentStruct));
696 the allocMem and freeMem routines specified by OWconfigInit.
706 newPtr = allocMem(newSize);
735 *lineBuf = (char *)allocMem(lineBufSize);
917 valBuf = allocMem(strlen(lineBuf)+1);
1405 allocMem(sizeof(struct nodeStruct));
1481 listOfString = (char **)allocMem((instanceCount+1) * sizeof(char *));
1570 replyPtr = (OWconfigAttributePtr)allocMem(attrCount * sizeof(*replyPtr));
1771 allocMem, freeMem);
1816 allocMem = allocmem;
1818 allocMem = malloc;