commit | 61989a80fb3ac9d7837d03053624d5ea034a0d02 | [log] [tgz] |
---|---|---|
author | Nitin Gupta <ngupta@vflare.org> | Mon Jan 09 16:51:56 2012 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 08 17:12:53 2012 -0800 |
tree | edca0dbea255d5e72467f24d5ad55f6ffb770830 | |
parent | 17dd9f831a3c70588d54cc3a24594f274f9ec3a1 [diff] |
staging: zsmalloc: zsmalloc memory allocation library This patch creates a new memory allocation library named zsmalloc. NOTE: zsmalloc currently depends on SPARSEMEM for the MAX_PHYSMEM_BITS value needed to determine the format of the object handle. There may be a better way to do this. Feedback is welcome. Signed-off-by: Nitin Gupta <ngupta@vflare.org> Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>