Linux Perf
hist_entry_ops Struct Reference

#include <sort.h>

Collaboration diagram for hist_entry_ops:
Collaboration graph

Public Attributes

void *(* new )(size_t size)
 
void(* free )(void *ptr)
 

Detailed Description

Definition at line 78 of file sort.h.

Member Data Documentation

◆ free

void(* hist_entry_ops::free) (void *ptr)

Definition at line 80 of file sort.h.

◆ new

void*(* hist_entry_ops::new) (size_t size)

Definition at line 79 of file sort.h.


The documentation for this struct was generated from the following file: