START             348 modules/core/src/alloc.cpp     ThreadData() { for(int i = 0; i <= MAX_BIN; i++) bins[i][START] = bins[i][FREE] = bins[i][GC] = 0; }
START             354 modules/core/src/alloc.cpp             Block *bin = bins[i][START], *block = bin;
START             355 modules/core/src/alloc.cpp             bins[i][START] = bins[i][FREE] = bins[i][GC] = 0;
START             460 modules/core/src/alloc.cpp     Block* block = tls->bins[idx][START];
START             477 modules/core/src/alloc.cpp         while( block != tls->bins[idx][START] );
START             500 modules/core/src/alloc.cpp     Block*& startPtr = tls->bins[idx][START];
START             633 modules/core/src/alloc.cpp                 Block*& startPtr = tls->bins[idx][START];
START             678 modules/core/src/alloc.cpp             Block*& startPtr = tls->bins[idx][START];