Steppable 0.0.1
A CAS project written from scratch in C++
|
#include <imgui_internal.h>
Public Member Functions | |
ImSpanAllocator () | |
void | Reserve (int n, size_t sz, int a=4) |
int | GetArenaSizeInBytes () |
void | SetArenaBasePtr (void *base_ptr) |
void * | GetSpanPtrBegin (int n) |
void * | GetSpanPtrEnd (int n) |
template<typename T> | |
void | GetSpan (int n, ImSpan< T > *span) |
Public Attributes | |
char * | BasePtr |
int | CurrOff |
int | CurrIdx |
int | Offsets [CHUNKS] |
int | Sizes [CHUNKS] |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
char* ImSpanAllocator< CHUNKS >::BasePtr |
int ImSpanAllocator< CHUNKS >::CurrIdx |
int ImSpanAllocator< CHUNKS >::CurrOff |
int ImSpanAllocator< CHUNKS >::Offsets[CHUNKS] |
int ImSpanAllocator< CHUNKS >::Sizes[CHUNKS] |