Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_node_arena.h76 void* AllocateData(size_t size, uint32_t* offset) { in AllocateData() function
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dstorage_block-inl.h182 template<typename T> void StorageBlock<T>::AllocateData() { in AllocateData() function
/aosp_15_r20/art/runtime/jit/
H A Djit_memory_region.cc482 const uint8_t* JitMemoryRegion::AllocateData(size_t data_size) { in AllocateData() function in art::jit::JitMemoryRegion