Home
last modified time | relevance | path

Searched refs:simple_realloc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dsimple_alloc.c95 * simple_realloc() or simple_malloc().
97 static void *simple_realloc(void *ptr, unsigned long size) in simple_realloc() function
111 if (p == NULL) /* ptr not from simple_malloc/simple_realloc */ in simple_realloc()
147 platform_ops.realloc = simple_realloc; in simple_alloc_init()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dsimple_alloc.c93 * simple_realloc() or simple_malloc().
95 static void *simple_realloc(void *ptr, unsigned long size) in simple_realloc() function
109 if (p == NULL) /* ptr not from simple_malloc/simple_realloc */ in simple_realloc()
145 platform_ops.realloc = simple_realloc; in simple_alloc_init()

Completed in 2 milliseconds