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
)

Description

No description available.

This method is not directly available to language bindings.

Parameters

time

Type: int64_t

No description available.

cpu

Type: int

No description available.

pid

Type: int32_t

No description available.

tid

Type: int32_t

No description available.

alloc_addr

Type: SysprofCaptureAddress

No description available.

alloc_size

Type: int64_t

No description available.

backtrace_func

Type: SysprofBacktraceFunc

No description available.

backtrace_data

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: bool

No description available.