Home
last modified time | relevance | path

Searched defs:StackBuffer (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_copier.h16 class StackBuffer; variable
H A Dstack_buffer.cc46 StackBuffer::StackBuffer(size_t buffer_size) in StackBuffer() function in base::StackBuffer
H A Dstack_sampler.h28 class StackBuffer; variable
/aosp_15_r20/external/libchrome/base/profiler/
H A Dnative_stack_sampler.cc11 NativeStackSampler::StackBuffer::StackBuffer(size_t buffer_size) in StackBuffer() function in base::NativeStackSampler::StackBuffer
/aosp_15_r20/external/cronet/url/
H A Durl_canon_host.cc195 using StackBuffer = RawCanonOutputT<char, kTempHostBufferLen>; typedef
/aosp_15_r20/external/scudo/standalone/tests/
H A Dcombined_test.cpp257 scudo::u8 StackBuffer[scudo::Chunk::getHeaderSize() + 1]; in SCUDO_TYPED_TEST() local