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

/linux-master/arch/powerpc/boot/
H A Dsimple_alloc.c35 static void *simple_malloc(unsigned long size) function
93 * simple_realloc() or simple_malloc().
106 return simple_malloc(size);
109 if (p == NULL) /* ptr not from simple_malloc/simple_realloc */
114 new = simple_malloc(size);
146 platform_ops.malloc = simple_malloc;

Completed in 107 milliseconds