CppUTest Documentation
 All Classes
Public Member Functions | Static Public Member Functions | List of all members
NullUnknownAllocator Class Reference
Inheritance diagram for NullUnknownAllocator:
TestMemoryAllocator

Public Member Functions

virtual char * alloc_memory (size_t size, const char *file, int line)
 
virtual void free_memory (char *memory, const char *file, int line)
 
- Public Member Functions inherited from TestMemoryAllocator
 TestMemoryAllocator (const char *name_str="generic", const char *alloc_name_str="alloc", const char *free_name_str="free")
 
bool hasBeenDestroyed ()
 
virtual const char * name ()
 
virtual const char * alloc_name ()
 
virtual const char * free_name ()
 
virtual bool isOfEqualType (TestMemoryAllocator *allocator)
 
virtual char * allocMemoryLeakNode (size_t size)
 
virtual void freeMemoryLeakNode (char *memory)
 

Static Public Member Functions

static TestMemoryAllocatordefaultAllocator ()
 

Additional Inherited Members

- Protected Attributes inherited from TestMemoryAllocator
const char * name_
 
const char * alloc_name_
 
const char * free_name_
 
bool hasBeenDestroyed_
 

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