Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientRPC.c36 size_t AllocAddress; in OpteeRpcAlloc() local
41 AllocAddress = (size_t) OpteeClientMemAlloc(Size); in OpteeRpcAlloc()
43 if (AllocAddress == 0) in OpteeRpcAlloc()
46 *Address = AllocAddress; in OpteeRpcAlloc()