Home
last modified time | relevance | path

Searched refs:ForkContinuousMalloc (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc136 pid_t ForkContinuousMalloc(size_t bytes) { in ForkContinuousMalloc() function
313 pid_t pid = ForkContinuousMalloc(kAllocSize); in Smoke()
346 pid_t pid = ForkContinuousMalloc(kAllocSize); in TwoProcesses()
347 pid_t pid2 = ForkContinuousMalloc(kAllocSize2); in TwoProcesses()
380 pid_t pid = ForkContinuousMalloc(kAllocSize); in FinalFlush()
803 pid_t pid = ForkContinuousMalloc(kAllocSize); in ConcurrentSession()