webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
bmalloc::DebugHeap Class Reference

#include <DebugHeap.h>

Public Member Functions

 DebugHeap (std::lock_guard< StaticMutex > &)
 
voidmalloc (size_t)
 
voidmemalign (size_t alignment, size_t, bool crashOnFailure)
 
voidrealloc (void *, size_t)
 
void free (void *)
 

Constructor & Destructor Documentation

◆ DebugHeap()

bmalloc::DebugHeap::DebugHeap ( std::lock_guard< StaticMutex > &  )

Member Function Documentation

◆ free()

void bmalloc::DebugHeap::free ( void object)

◆ malloc()

void * bmalloc::DebugHeap::malloc ( size_t  size)

◆ memalign()

void * bmalloc::DebugHeap::memalign ( size_t  alignment,
size_t  size,
bool  crashOnFailure 
)

◆ realloc()

void * bmalloc::DebugHeap::realloc ( void object,
size_t  size 
)

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