Searched refs:idxSize (Results 1 – 1 of 1) sorted by relevance
674 int idxSize; in _gdImageGd2() local729 idxSize = ncx * ncy * sizeof(t_chunk_info); in _gdImageGd2()730 GD2_DBG(gd_error("Index size is %d", idxSize)); in _gdImageGd2()731 gdSeek(out, idxPos + idxSize); in _gdImageGd2()733 chunkIdx = safe_emalloc(idxSize, sizeof(t_chunk_info), 0); in _gdImageGd2()734 memset(chunkIdx, 0, idxSize * sizeof(t_chunk_info)); in _gdImageGd2()
Completed in 5 milliseconds