proxygen
AllocTracker Struct Reference
Inheritance diagram for AllocTracker:
Alloc< T > folly::Arena< Alloc >::AllocAndSize

Static Public Attributes

static int Constructed = 0
 
static int Destroyed = 0
 
static map< void *, size_t > Allocated
 
static map< void *, int > Owner
 

Detailed Description

Definition at line 638 of file StlVectorTest.cpp.

Member Data Documentation

map< void *, size_t > AllocTracker::Allocated
static

Definition at line 641 of file StlVectorTest.cpp.

int AllocTracker::Constructed = 0
static
int AllocTracker::Destroyed = 0
static

Definition at line 640 of file StlVectorTest.cpp.

Referenced by hardReset(), and verifyAllocator().

map< void *, int > AllocTracker::Owner
static

Definition at line 642 of file StlVectorTest.cpp.


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