Home
last modified time | relevance | path

Searched defs:HeapAlloc (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/base/metrics/
H A Dhistogram.cc140 virtual std::unique_ptr<HistogramBase> HeapAlloc(const BucketRanges* ranges) { in HeapAlloc() function in base::Histogram::Factory
747 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::LinearHistogram::Factory
1048 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::BooleanHistogram::Factory
1154 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::CustomHistogram::Factory
/aosp_15_r20/external/libchrome/base/metrics/
H A Dhistogram.cc135 virtual std::unique_ptr<HistogramBase> HeapAlloc(const BucketRanges* ranges) { in HeapAlloc() function in base::Histogram::Factory
837 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::LinearHistogram::Factory
1105 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::BooleanHistogram::Factory
1213 std::unique_ptr<HistogramBase> HeapAlloc( in HeapAlloc() function in base::CustomHistogram::Factory
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dalloc.rs44 fn HeapAlloc(hHeap: c::HANDLE, dwFlags: c::DWORD, dwBytes: c::SIZE_T) -> c::LPVOID; in HeapAlloc() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dalloc.rs44 fn HeapAlloc(hHeap: c::HANDLE, dwFlags: c::DWORD, dwBytes: c::SIZE_T) -> c::LPVOID; in HeapAlloc() function
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_malloc_win.cc164 INTERCEPTOR_WINAPI(LPVOID, HeapAlloc, HANDLE hHeap, DWORD dwFlags, in INTERCEPTOR_WINAPI() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dtraceruntime.go595 func (tl traceLocker) HeapAlloc(live uint64) { func
Dmstats.go122 HeapAlloc uint64 member
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/traceviewer/
Demitter.go515 func (e *Emitter) HeapAlloc(ts time.Duration, v uint64) { func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4285 if (MDNode *HeapAlloc = CLI.CS->getMetadata("heapallocsite")) in LowerCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4955 if (MDNode *HeapAlloc = CLI.CB->getMetadata("heapallocsite")) in LowerCall() local
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs65449 pub fn HeapAlloc(hHeap: HANDLE, dwFlags: DWORD, dwBytes: SIZE_T) -> LPVOID; in HeapAlloc() function