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

/fuchsia/zircon/system/dev/tee/optee/
H A Doptee-client.cpp249 fbl::unique_ptr<SharedMemory> sh_mem; local
250 zx_status_t status = memory_pool->Allocate(size, &sh_mem);
255 *out_phys_addr = sh_mem->paddr();
258 allocated_shared_memory_.push_back(fbl::move(sh_mem));

Completed in 75 milliseconds