ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
IBucketElementFreeList.newElement
ocean
util
container
map
model
BucketElementFreeList
IBucketElementFreeList
Allocates a new object. Called by get() if the list is empty.
class
IBucketElementFreeList
protected abstract
void
*
newElement
(
)
Return Value
Type:
void
*
a new object.
Meta
Source
See Implementation
ocean
util
container
map
model
BucketElementFreeList
IBucketElementFreeList
classes
ParkingStack
constructors
this
functions
allocate
deallocate
getNext
length
newElement
parkElements
setNext
Allocates a new object. Called by get() if the list is empty.