Home | History | Annotate | Download | only in genext2fs

Lines Matching full:calloc

796 	unsigned char* b=calloc(1,BLOCKSIZE);
1444 if(!(b = (uint8*)calloc(rndup(size, BLOCKSIZE), 1)))
2006 if(!(fs = (filesystem*)calloc(nbblocks, BLOCKSIZE)))
2141 if(!(fs = (filesystem*)calloc(fssize, BLOCKSIZE)))