Searched refs:SectionsAllocated (Results 1 – 1 of 1) sorted by relevance
19 static int SectionsAllocated; variable113 if (SectionsRead > SectionsAllocated){ in CheckSectionsAllocated()116 if (SectionsRead >= SectionsAllocated){ in CheckSectionsAllocated()117 SectionsAllocated += SectionsAllocated/2; in CheckSectionsAllocated()118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated); in CheckSectionsAllocated()1034 SectionsAllocated = 5; in ResetJpgfile()