Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:mBoundAllocs

349     mBoundAllocs = NULL;
480 mBoundAllocs = new Allocation *[info->getExportVarNames().size()];
481 memset(mBoundAllocs, 0, sizeof(void *) * info->getExportVarNames().size());
672 mBoundAllocs = new Allocation *[varCount];
673 memset(mBoundAllocs, 0, varCount * sizeof(*mBoundAllocs));
696 delete[] mBoundAllocs;
1007 mBoundAllocs[slot] = data;
1076 if (mBoundAllocs) {
1077 delete[] mBoundAllocs;
1097 if (mBoundAllocs) delete[] mBoundAllocs;
1110 Allocation *a = mBoundAllocs[ct];