Home
last modified time | relevance | path

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

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