Searched defs:LibcInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc147 class LibcInfo { class in namespace:__anon15581
149 LibcInfo() { function in class:__anon15581::LibcInfo
169 void CopyFrom(const LibcInfo& that) {
220 // LibcInfo need it, but they do. Maybe something to do with
237 // Template trickiness: logically, a LibcInfo would include
244 // version of Perftools_malloc_ for each LibcInfo instance we create.
250 template<int> class LibcInfoWithPatchFunctions : public LibcInfo {
254 bool Patch(const LibcInfo& me_info);
299 GenericFnPtr rgProcAddresses[LibcInfo::ctrgProcAddress];
305 rgProcAddresses[i] = LibcInfo
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc147 class LibcInfo { class in namespace:__anon15630
149 LibcInfo() { function in class:__anon15630::LibcInfo
169 void CopyFrom(const LibcInfo& that) {
220 // LibcInfo need it, but they do. Maybe something to do with
237 // Template trickiness: logically, a LibcInfo would include
244 // version of Perftools_malloc_ for each LibcInfo instance we create.
250 template<int> class LibcInfoWithPatchFunctions : public LibcInfo {
254 bool Patch(const LibcInfo& me_info);
299 GenericFnPtr rgProcAddresses[LibcInfo::ctrgProcAddress];
305 rgProcAddresses[i] = LibcInfo
[all...]

Completed in 89 milliseconds