diff for duplicates of <200803242034.24264.nitingupta910@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 7a817c8..384e357 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,18 +1,18 @@ Two Level Segregate Fit (TLSF) Allocator is used to allocate memory for variable size compressed pages. Its fast and gives low fragmentation. Following links give details on this allocator: - - http://rtportal.upv.es/rtmalloc/files/tlsf_paper_spe_2007.pdf - - http://code.google.com/p/compcache/wiki/TLSFAllocator + - http://rtportal.upv.es/rtmalloc/files/tlsf_paper_spe_2007.pdf + - http://code.google.com/p/compcache/wiki/TLSFAllocator This kernel port of TLSF (v2.3.2) introduces several changes but underlying algorithm remains the same. Changelog TLSF v2.3.2 vs this kernel port - - Pool now dynamically expands/shrinks. - It is collection of contiguous memory regions. - - Changes to pool create interface as a result of above change. - - Collect and export stats (/proc/tlsfinfo) - - Cleanups: kernel coding style, added comments, macros -> static inline, etc. + - Pool now dynamically expands/shrinks. + It is collection of contiguous memory regions. + - Changes to pool create interface as a result of above change. + - Collect and export stats (/proc/tlsfinfo) + - Cleanups: kernel coding style, added comments, macros -> static inline, etc. Signed-off-by: Nitin Gupta <nitingupta910 at gmail dot com> --- @@ -119,3 +119,9 @@ index 0000000..ef8092c +extern size_t tlsf_get_total_size(void *mem_pool); + +#endif + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index 38f773d..c4d6dbe 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,18 +8,18 @@ "Two Level Segregate Fit (TLSF) Allocator is used to allocate memory for\n" "variable size compressed pages. Its fast and gives low fragmentation.\n" "Following links give details on this allocator:\n" - "\302\240- http://rtportal.upv.es/rtmalloc/files/tlsf_paper_spe_2007.pdf\n" - "\302\240- http://code.google.com/p/compcache/wiki/TLSFAllocator\n" + " - http://rtportal.upv.es/rtmalloc/files/tlsf_paper_spe_2007.pdf\n" + " - http://code.google.com/p/compcache/wiki/TLSFAllocator\n" "\n" "This kernel port of TLSF (v2.3.2) introduces several changes but underlying\n" "algorithm remains the same.\n" "\n" "Changelog TLSF v2.3.2 vs this kernel port\n" - "\302\240- Pool now dynamically expands/shrinks.\n" - "\302\240 \302\240It is collection of contiguous memory regions.\n" - "\302\240- Changes to pool create interface as a result of above change.\n" - "\302\240- Collect and export stats (/proc/tlsfinfo)\n" - "\302\240- Cleanups: kernel coding style, added comments, macros -> static inline, etc.\n" + " - Pool now dynamically expands/shrinks.\n" + " It is collection of contiguous memory regions.\n" + " - Changes to pool create interface as a result of above change.\n" + " - Collect and export stats (/proc/tlsfinfo)\n" + " - Cleanups: kernel coding style, added comments, macros -> static inline, etc.\n" "\n" "Signed-off-by: Nitin Gupta <nitingupta910 at gmail dot com>\n" "---\n" @@ -125,6 +125,12 @@ "+ */\n" "+extern size_t tlsf_get_total_size(void *mem_pool);\n" "+\n" - +#endif + "+#endif\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -20075f7b4b578aa77a3e5c981f873b47e75964278a11eccb3521e61f2c490070 +ad3673b62c70da966efe3061b6f2e46e379db3e0406aad97ec38015b20dd45e6
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.