HomeSort by relevance Sort by last modified time
    Searched refs:mem_alloc (Results 1 - 2 of 2) sorted by null

  /hardware/msm7k/librpc/
xdr.c 19 *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/
types.h 96 static inline void* mem_alloc(size_t size) { return malloc(size); } function

Completed in 155 milliseconds