|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <DebugHeap.h>
Public Member Functions | |
| DebugHeap (std::lock_guard< StaticMutex > &) | |
| void * | malloc (size_t) |
| void * | memalign (size_t alignment, size_t, bool crashOnFailure) |
| void * | realloc (void *, size_t) |
| void | free (void *) |
| bmalloc::DebugHeap::DebugHeap | ( | std::lock_guard< StaticMutex > & | ) |
1.8.13