Method
SysprofCaptureWriteradd_allocation
Declaration [src]
bool
sysprof_capture_writer_add_allocation (
SysprofCaptureWriter* self,
int64_t time,
int cpu,
int32_t pid,
int32_t tid,
SysprofCaptureAddress alloc_addr,
int64_t alloc_size,
SysprofBacktraceFunc backtrace_func,
void* backtrace_data
)
Parameters
time-
Type:
int64_tNo description available.
cpu-
Type:
intNo description available.
pid-
Type:
int32_tNo description available.
tid-
Type:
int32_tNo description available.
alloc_addr-
Type:
SysprofCaptureAddressNo description available.
alloc_size-
Type:
int64_tNo description available.
backtrace_func-
Type:
SysprofBacktraceFuncNo description available.
backtrace_data-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method.