diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2016-07-27 01:22:08 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-07-27 02:19:19 +0300 |
commit | 91c6a05f72a996bee5133e76374ab3ad7d3b9b72 (patch) | |
tree | c1538c32df9bf170c43dd4044f833ad957d0968f /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 72baeef0c2710a9ac99670e59d4865b24ffd2d18 (diff) | |
download | linux-91c6a05f72a996bee5133e76374ab3ad7d3b9b72.tar.xz |
mm: faster kmalloc_array(), kcalloc()
When both arguments to kmalloc_array() or kcalloc() are known at compile
time then their product is known at compile time but search for kmalloc
cache happens at runtime not at compile time.
Link: http://lkml.kernel.org/r/20160627213454.GA2440@p183.telecom.by
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions