Searched refs:ProfileDataSlot (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc107 typedef uintptr_t ProfileDataSlot; typedef in namespace:__anon15574
132 string Check(const ProfileDataSlot* slots, int num_slots) {
147 string CheckWithSkips(const ProfileDataSlot* slots, int num_slots,
162 string ProfileDataChecker::CheckWithSkips(const ProfileDataSlot* slots,
169 scoped_array<ProfileDataSlot> filedata(new ProfileDataSlot[num_slots]);
204 if (filesize < (5 + 3) * sizeof(ProfileDataSlot))
208 if (reinterpret_cast<ProfileDataSlot*>(filedata.get())[0] != 0)
210 if (reinterpret_cast<ProfileDataSlot*>(filedata.get())[1] != 3)
212 if (reinterpret_cast<ProfileDataSlot*>(filedat
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc107 typedef uintptr_t ProfileDataSlot; typedef in namespace:__anon15617
132 string Check(const ProfileDataSlot* slots, int num_slots) {
147 string CheckWithSkips(const ProfileDataSlot* slots, int num_slots,
162 string ProfileDataChecker::CheckWithSkips(const ProfileDataSlot* slots,
169 scoped_array<ProfileDataSlot> filedata(new ProfileDataSlot[num_slots]);
204 if (filesize < (5 + 3) * sizeof(ProfileDataSlot))
208 if (reinterpret_cast<ProfileDataSlot*>(filedata.get())[0] != 0)
210 if (reinterpret_cast<ProfileDataSlot*>(filedata.get())[1] != 3)
212 if (reinterpret_cast<ProfileDataSlot*>(filedat
[all...]

Completed in 86 milliseconds