Home
last modified time | relevance | path

Searched defs:allocate_bytes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/runtime/
H A DSharedBuffer.cpp119 auto allocate_bytes = static_cast<int32_t>(bytes + alignment); in AllocMem() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py35 def allocate_bytes(size): function