Lines Matching refs:bin
360 auto bin = arena->FirstChildElement("bin");
361 for (; bin != nullptr; bin = bin ->NextSiblingElement()) {
362 if (strcmp(bin->Name(), "bin") == 0) {
363 ASSERT_EQ(tinyxml2::XML_SUCCESS, bin->QueryIntAttribute("nr", &val));
365 bin->FirstChildElement("allocated")->QueryIntText(&val));
367 bin->FirstChildElement("nmalloc")->QueryIntText(&val));
369 bin->FirstChildElement("ndalloc")->QueryIntText(&val));