9#ifndef FORTRAN_RUNTIME_RAGGED_H_
10#define FORTRAN_RUNTIME_RAGGED_H_
12#include "flang/Runtime/entry-names.h"
15namespace Fortran::runtime {
29 std::int64_t *extentPointer;
51void *RTDECL(RaggedArrayAllocate)(
void *header,
bool isHeader,
52 std::int64_t rank, std::int64_t elementSize, std::int64_t *extentVector);
56void RTDECL(RaggedArrayDeallocate)(
void *raggedArrayHeader);