Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dinsecure_fallback_storage.cpp49 bool InsecureFallbackStorage::Allocate(const Json::Value& key, uint16_t size) { in Allocate() function in cuttlefish::InsecureFallbackStorage
Dfragile_tpm_storage.cpp65 bool FragileTpmStorage::Allocate(const Json::Value& key, uint16_t size) { in Allocate() function in cuttlefish::FragileTpmStorage
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp2348 PagedMemory PagedMemory::Allocate(size_t req_size, int flags) { in Allocate() function in perfetto::base::PagedMemory
32119 T Allocate() { return static_cast<T>(AllocateGeneric()); } in Allocate() function in perfetto::IdAllocator
35595 static Slice Allocate(size_t size) { in Allocate() function