chromium/third_party/skia/src/base/SkMalloc.cpp

// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

#include "include/private/base/SkMalloc.h"

#include "src/base/SkSafeMath.h"

void* sk_calloc_throw(size_t count, size_t elemSize) {}

void* sk_malloc_throw(size_t count, size_t elemSize) {}

void* sk_realloc_throw(void* buffer, size_t count, size_t elemSize) {}

void* sk_malloc_canfail(size_t count, size_t elemSize) {}