Apache HTTPD
Public Attributes | List of all members
allocation_entry Struct Reference

Public Attributes

struct allocation_entrynext
 
struct allocation_entryprev
 
void * allocation
 
size_t num_bytes
 

Detailed Description

Definition at line 43 of file memcheck.c.

Member Data Documentation

◆ allocation

void* allocation_entry::allocation

Definition at line 46 of file memcheck.c.

◆ next

struct allocation_entry* allocation_entry::next

Definition at line 44 of file memcheck.c.

◆ num_bytes

size_t allocation_entry::num_bytes

Definition at line 47 of file memcheck.c.

◆ prev

struct allocation_entry* allocation_entry::prev

Definition at line 45 of file memcheck.c.


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