webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
malloc_type Struct Reference

#include <user_malloc.h>

Public Attributes

struct malloc_typeks_next
 
u_long _ks_memuse
 
u_long _ks_size
 
u_long _ks_inuse
 
uint64_t _ks_calls
 
u_long _ks_maxused
 
u_long ks_magic
 
const char * ks_shortdesc
 
voidks_handle
 
const char * _lo_name
 
const char * _lo_type
 
u_int _lo_flags
 
void_lo_list_next
 
struct witness * _lo_witness
 
uintptr_t _mtx_lock
 
u_int _mtx_recurse
 

Member Data Documentation

◆ _ks_calls

uint64_t malloc_type::_ks_calls

◆ _ks_inuse

u_long malloc_type::_ks_inuse

◆ _ks_maxused

u_long malloc_type::_ks_maxused

◆ _ks_memuse

u_long malloc_type::_ks_memuse

◆ _ks_size

u_long malloc_type::_ks_size

◆ _lo_flags

u_int malloc_type::_lo_flags

◆ _lo_list_next

void* malloc_type::_lo_list_next

◆ _lo_name

const char* malloc_type::_lo_name

◆ _lo_type

const char* malloc_type::_lo_type

◆ _lo_witness

struct witness* malloc_type::_lo_witness

◆ _mtx_lock

uintptr_t malloc_type::_mtx_lock

◆ _mtx_recurse

u_int malloc_type::_mtx_recurse

◆ ks_handle

void* malloc_type::ks_handle

◆ ks_magic

u_long malloc_type::ks_magic

◆ ks_next

struct malloc_type* malloc_type::ks_next

◆ ks_shortdesc

const char* malloc_type::ks_shortdesc

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