Home
last modified time | relevance | path

Searched defs:getAllocSize (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DCtxInstrContextNode.h80 static inline size_t getAllocSize(uint32_t NrCounters, uint32_t NrCallsites) { in getAllocSize() function
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_export_type.h673 virtual size_t getAllocSize() const { return mAllocSize; } in getAllocSize() function
Dslang_rs_export_type.cpp947 size_t RSExportType::getAllocSize() const { in getAllocSize() function in slang::RSExportType
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp367 llvm::getAllocSize(const CallBase *CB, const TargetLibraryInfo *TLI, in getAllocSize() function in llvm
/aosp_15_r20/external/scudo/standalone/
H A Dcombined.h759 uptr getAllocSize(const void *Ptr) { in getAllocSize() function