Public functions |
|
|---|---|
Allocate(Args &&... args)
|
T *
|
AllocateVector(size_t count)
|
T *
|
Allocate(size_t item_size, size_t count, void(*)(uint8_t *data, size_t count) destructor_function)=0
virtual uint8_t *
AnyArena()=default
~AnyArena()=default
virtual
T * Allocate( Args &&... args )
T * AllocateVector( size_t count )
virtual uint8_t * Allocate( size_t item_size, size_t count, void(*)(uint8_t *data, size_t count) destructor_function )=0
AnyArena()=default
virtual ~AnyArena()=default
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-14 UTC.