Lines Matching refs:mBoundAllocs
100 mBoundAllocs = NULL;
176 mBoundAllocs = new Allocation *[info->getExportVarNames().size()];
177 memset(mBoundAllocs, 0, sizeof(void *) * info->getExportVarNames().size());
399 mBoundAllocs = new Allocation *[varCount];
400 memset(mBoundAllocs, 0, varCount * sizeof(*mBoundAllocs));
421 delete[] mBoundAllocs;
731 mBoundAllocs[slot] = data;
800 if (mBoundAllocs) {
801 delete[] mBoundAllocs;
821 if (mBoundAllocs) delete[] mBoundAllocs;
834 Allocation *a = mBoundAllocs[ct];