arudradey's picture
download
raw
656 Bytes
//===-- Implementation header for malloc ------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#include "hdr/types/size_t.h"
#include "src/__support/macros/config.h"
#ifndef LLVM_LIBC_SRC_STDLIB_MALLOC_H
#define LLVM_LIBC_SRC_STDLIB_MALLOC_H
namespace LIBC_NAMESPACE_DECL {
void *malloc(size_t size);
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC_STDLIB_MALLOC_H

Xet Storage Details

Size:
656 Bytes
·
Xet hash:
c5d9d13258439f6718824aa9fcc9a3c41f7025bed8eb6339dfb3cfc3389b0859

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.