Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ size
Method
size
paddle/phi/core/memory/allocation/inlined_vector.h:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
inline InlinedVector() { len_ = 0; }
31
32
inline size_t size() const { return len_; }
33
34
inline T& operator[](size_t i) { return i < N ? head_[i] : tail_[i - N]; }
35
Callers
15
FreeImpl
Method · 0.45
FreeCache
Method · 0.45
FreeImpl
Method · 0.45
BestFitAllocator
Method · 0.45
NumFreeChunks
Method · 0.45
AllocateImpl
Method · 0.45
AlignedAllocation
Method · 0.45
AllocateImpl
Method · 0.45
FreeImpl
Method · 0.45
AllocateImpl
Method · 0.45
allocator.h
File · 0.45
Free
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected