Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9miao/CrossApp
/ capacity
Function
capacity
scripting/javascript/spidermonkey-android/include/jsapi.h:471–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
469
}
470
471
size_t capacity() const {
472
return map.capacity();
473
}
474
475
size_t sizeOfExcludingThis(JSMallocSizeOfFun mallocSizeOf) const {
476
return map.sizeOfExcludingThis(mallocSizeOf);
Callers
12
operator=
Method · 0.50
~HashTable
Method · 0.50
overloaded
Method · 0.50
underloaded
Method · 0.50
changeTableSize
Method · 0.50
checkOverloaded
Method · 0.50
compactIfUnderloaded
Method · 0.50
rehashTable
Method · 0.50
clear
Method · 0.50
clearWithoutCallingDestructors
Method · 0.50
finish
Method · 0.50
all
Method · 0.50
Calls
1
capacity
Method · 0.45
Tested by
no test coverage detected