diff options
Diffstat (limited to 'third_party/tcmalloc/chromium/src/base/sysinfo.h')
-rw-r--r-- | third_party/tcmalloc/chromium/src/base/sysinfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/tcmalloc/chromium/src/base/sysinfo.h b/third_party/tcmalloc/chromium/src/base/sysinfo.h index 0bcc1f5..b4b5c9f 100644 --- a/third_party/tcmalloc/chromium/src/base/sysinfo.h +++ b/third_party/tcmalloc/chromium/src/base/sysinfo.h @@ -209,13 +209,9 @@ class ProcMapsIterator { #elif defined(__MACH__) int current_image_; // dll's are called "images" in macos parlance int current_load_cmd_; // the segment of this dll we're examining -#elif defined(__sun__) // Solaris - int fd_; - char current_filename_[PATH_MAX]; #else int fd_; // filehandle on /proc/*/maps #endif - pid_t pid_; char flags_[10]; Buffer* dynamic_buffer_; // dynamically-allocated Buffer bool using_maps_backing_; // true if we are looking at maps_backing instead of maps. |