diff options
-rw-r--r-- | mm/slab.c | 1 | ||||
-rw-r--r-- | mm/slub.c | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -3742,7 +3742,6 @@ EXPORT_SYMBOL(__kmalloc); | |||
3742 | 3742 | ||
3743 | /** | 3743 | /** |
3744 | * krealloc - reallocate memory. The contents will remain unchanged. | 3744 | * krealloc - reallocate memory. The contents will remain unchanged. |
3745 | * | ||
3746 | * @p: object to reallocate memory for. | 3745 | * @p: object to reallocate memory for. |
3747 | * @new_size: how many bytes of memory are required. | 3746 | * @new_size: how many bytes of memory are required. |
3748 | * @flags: the type of memory to allocate. | 3747 | * @flags: the type of memory to allocate. |
@@ -2286,7 +2286,6 @@ EXPORT_SYMBOL(kmem_cache_shrink); | |||
2286 | 2286 | ||
2287 | /** | 2287 | /** |
2288 | * krealloc - reallocate memory. The contents will remain unchanged. | 2288 | * krealloc - reallocate memory. The contents will remain unchanged. |
2289 | * | ||
2290 | * @p: object to reallocate memory for. | 2289 | * @p: object to reallocate memory for. |
2291 | * @new_size: how many bytes of memory are required. | 2290 | * @new_size: how many bytes of memory are required. |
2292 | * @flags: the type of memory to allocate. | 2291 | * @flags: the type of memory to allocate. |