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

/hardware/msm7k/librpc/
H A Dxdr.c19 *cpp = (char *) mem_alloc(*sizep);
267 *pp = (caddr_t) mem_alloc (size);
367 *addrp = target = mem_alloc (nodesize);
514 *cpp = (char *)mem_alloc(nodesize);
/hardware/msm7k/librpc/rpc/
H A Dtypes.h96 static inline void* mem_alloc(size_t size) { return malloc(size); } function

Completed in 102 milliseconds