index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
process_util_linux.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split memory-related routines out of base/process_util.h into base/process/me...
rsesek@chromium.org
2013-06-28
1
-166
/
+0
*
Don't override system malloc when built with LeakSanitizer.
earthdok@chromium.org
2013-06-25
1
-1
/
+1
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
Split ProcessIterator and friends out of base/process_util.h into base/proces...
rsesek@chromium.org
2013-05-31
1
-123
/
+0
*
Split ProcessMetrics out of base/process_util.h and into base/process/process...
rsesek@chromium.org
2013-05-23
1
-572
/
+18
*
add a macro that really identifies glibc
mostynb@opera.com
2013-05-23
1
-3
/
+11
*
Update ProcessIterator::CheckForNextProcess to get exe name from /proc/pid/exe.
tonyg@chromium.org
2013-04-30
1
-4
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Don't override system malloc when built with MemorySanitizer.
eugenis@chromium.org
2013-03-20
1
-5
/
+4
*
cros: Use /var/run/debugfs_gpu for graphics memory info
jamescook@chromium.org
2013-02-18
1
-5
/
+6
*
Move string_split to base/strings.
tfarina@chromium.org
2013-02-07
1
-1
/
+1
*
Move string_number_conversions to base/strings.
brettw@chromium.org
2013-02-07
1
-1
/
+1
*
base: add GetNumberOfThreads() to Linux and Android.
jln@chromium.org
2013-02-06
1
-0
/
+5
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
1
-38
/
+38
*
cros: Add UMA stats for graphics driver memory
jamescook@chromium.org
2012-12-11
1
-11
/
+21
*
Add GPU memory to memory monitor
davemoore@chromium.org
2012-11-21
1
-1
/
+10
*
Create ash memory monitor
davemoore@chromium.org
2012-11-05
1
-0
/
+18
*
Revert 165244 - Create ash memory monitor
brettw@chromium.org
2012-10-31
1
-18
/
+0
*
Create ash memory monitor
davemoore@chromium.org
2012-10-31
1
-0
/
+18
*
Linux: Parse some /proc fields as size_t values instead of ints.
thestig@chromium.org
2012-09-29
1
-10
/
+29
*
Rearrange GetProcStatsFieldAsInt so it doesn't hit a NOTREACHED
jyasskin@chromium.org
2012-09-28
1
-10
/
+5
*
Cleanup: Add a const variable for /proc/self/exe.
thestig@chromium.org
2012-09-15
1
-0
/
+2
*
Linux: Better detect a race in /proc/pid/stats reading code.
thestig@chromium.org
2012-08-31
1
-0
/
+5
*
Do not wrap memory allocation routines when building Chromium with compiler-b...
glider@chromium.org
2012-07-10
1
-1
/
+1
*
Linux: Return a failure in ReadProcStats() if the stat file is empty.
thestig@chromium.org
2012-06-21
1
-2
/
+3
*
Linux: Fix an issue in ProcessIterator where /proc/pid/stat and /proc/pid+1/s...
thestig@chromium.org
2012-06-04
1
-0
/
+1
*
Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places.
tedvessenes@gmail.com
2012-05-17
1
-0
/
+1
*
cros: Record UMA stats for tab discards in low memory conditions
jamescook@chromium.org
2012-04-18
1
-0
/
+19
*
Fix some grammatical errors in base/
gavinp@chromium.org
2012-04-02
1
-1
/
+1
*
Linux: Report the failed memory allocation size on OOM crashes.
thestig@chromium.org
2012-03-23
1
-0
/
+8
*
Overhaul base/process_util_linux.cc.
thestig@chromium.org
2012-03-09
1
-142
/
+215
*
Revert r124839 "Overhaul base/process_util_linux.cc."
oshima@chromium.org
2012-03-03
1
-214
/
+141
*
Overhaul base/process_util_linux.cc.
thestig@chromium.org
2012-03-03
1
-141
/
+214
*
Linux: Stop using /proc/pid/smaps to calculate memory usage. It's too slow.
thestig@chromium.org
2012-03-02
1
-101
/
+47
*
Linux: Try to minimize copying of string information when reading /proc data.
erg@chromium.org
2012-01-04
1
-12
/
+12
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-9
/
+10
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-10
/
+9
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-9
/
+10
*
Trying again to land OOM priority manager changes.
gspencer@google.com
2011-08-23
1
-9
/
+34
*
Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm.
mattm@chromium.org
2011-08-22
1
-34
/
+9
*
Changing OOM range to 0, 1000 and tweaking OOM algorithm.
gspencer@google.com
2011-08-22
1
-9
/
+34
*
[Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...
rsesek@chromium.org
2011-08-18
1
-0
/
+4
*
Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overridi...
rsesek@chromium.org
2011-08-18
1
-4
/
+0
*
[Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...
rsesek@chromium.org
2011-08-18
1
-0
/
+4
*
CrOS - Memory debug widget shows anonymous memory and renderer kills.
jamescook@chromium.org
2011-08-11
1
-15
/
+21
*
CrOS - Add memory consumption status bar widget behind flag
jamescook@chromium.org
2011-08-02
1
-9
/
+27
*
Revert 94999 - CrOS - Add memory consumption status bar widget behind flag
jamescook@chromium.org
2011-08-01
1
-27
/
+9
*
CrOS - Add memory consumption status bar widget behind flag
jamescook@chromium.org
2011-08-01
1
-9
/
+27
[next]