| commit | be4e6fc3faa30aa9ad2dbe7d92bc4a5df9a2f711 | [log] [tgz] |
|---|---|---|
| author | Iliyan Malchev <malchev@google.com> | Thu Jul 05 13:41:20 2012 -0700 |
| committer | Iliyan Malchev <malchev@google.com> | Thu Jul 05 15:25:33 2012 -0700 |
| tree | 5c3fdbf5eba9adb86e16659f3ee2053789bf9cb2 | |
| parent | 191a48ee7bda08bf88a61b48fd0433627c5918dc [diff] |
ion: replace some vmalloc with kmalloc There is no point using vmalloc for small temporary allocations. kmalloc will allocate more quickly and will not fragment the vmalloc space. Signed-off-by: Iliyan Malchev <malchev@google.com>