Home
last modified time | relevance | path

Searched defs:NewMeta (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_demangle.cpp262 char* NewMeta = static_cast<char *>(std::malloc(AllocSize)); in grow() local
270 BlockMeta* NewMeta = reinterpret_cast<BlockMeta*>(std::malloc(NBytes)); in allocateMassive() local
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_demangle.cpp307 char* NewMeta = static_cast<char *>(std::malloc(AllocSize)); in grow() local
315 BlockMeta* NewMeta = reinterpret_cast<BlockMeta*>(std::malloc(NBytes)); in allocateMassive() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DItaniumDemangle.cpp261 char* NewMeta = static_cast<char *>(std::malloc(AllocSize)); in grow() local
269 BlockMeta* NewMeta = reinterpret_cast<BlockMeta*>(std::malloc(NBytes)); in allocateMassive() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
H A DItaniumDemangle.cpp301 char* NewMeta = static_cast<char *>(std::malloc(AllocSize)); in grow() local
309 BlockMeta* NewMeta = reinterpret_cast<BlockMeta*>(std::malloc(NBytes)); in allocateMassive() local