Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/debug/
H A Dallocation_trace_unittest.cc245 const bool is_allocation = !(idx & 0x1); in TEST_F() local
/aosp_15_r20/external/pytorch/torch/profiler/
H A D_memory_profiler.py412 def is_allocation(self) -> bool: member in DataFlowEdge