Searched refs:mSectionsAllocated (Results 1 – 2 of 2) sorted by relevance
512 mSectionsAllocated = 10; in ReadSectionsFromBuffer()514 mSections = (Sections_t *)malloc(sizeof(Sections_t) * mSectionsAllocated); in ReadSectionsFromBuffer()705 if (mSectionsRead > mSectionsAllocated){ in CheckSectionsAllocated()708 if (mSectionsRead >= mSectionsAllocated){ in CheckSectionsAllocated()709 mSectionsAllocated += mSectionsAllocated +1; in CheckSectionsAllocated()711 sizeof(Sections_t) * mSectionsAllocated); in CheckSectionsAllocated()778 mSectionsAllocated = 0; in DiscardSections()1561 mSectionsAllocated(false), in CameraContext()
164 int mSectionsAllocated; variable