commit | 316b3799880c55bb20f6d2db904245eccc30e25f | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Wed Jul 06 11:27:17 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 06 13:17:51 2011 -0700 |
tree | c11d75dfd0e03729d864ccb93745a028e2904663 | |
parent | 0dcb6d737c8d1a31476cbab4d640022b53070ffa [diff] |
Documentation: update CodingStyle memory allocators The list of available general purpose memory allocators in Documentation/CodingStyle chapter 14 is incomplete. This patch adds the missing vzalloc() to the list. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>