#include "llvm/Support/Allocator.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Recycler.h"
#include "llvm/Support/Memory.h"
#include <cstring>
#include <iostream>
Namespaces | |
namespace | llvm |
Functions | |
void | llvm::PrintRecyclerStats (size_t Size, size_t Align, size_t FreeListSize) |
PrintRecyclingAllocatorStats - Helper for RecyclingAllocator for printing statistics. |