extern "C" void* pvalloc(size_t bytes) {
    return dlpvalloc(bytes);
}
void* amemcheck_pvalloc(size_t bytes) {
    return dlpvalloc(bytes);
}