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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/boot/
H A Dsimple_alloc.c37 static void *simple_malloc(unsigned long size) function
95 * simple_realloc() or simple_malloc().
108 return simple_malloc(size);
111 if (p == NULL) /* ptr not from simple_malloc/simple_realloc */
116 new = simple_malloc(size);
145 platform_ops.malloc = simple_malloc;

Completed in 86 milliseconds