PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "dtoolbase.h"#include "neverFreeMemory.h"#include "mutexImpl.h"#include "atomicAdjust.h"#include "numeric_types.h"#include "typeHandle.h"#include <assert.h>#include "deletedBufferChain.I"Go to the source code of this file.
Classes | |
| class | DeletedBufferChain |
| This template class can be used to provide faster allocation/deallocation for many Panda objects. More... | |
Macros | |
| #define | USE_DELETEDCHAINFLAG 1 |
Enumerations | |
| enum | DeletedChainFlag { DCF_deleted = 0xfeedba0f, DCF_alive = 0x12487654 } |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file deletedBufferChain.h.
1.8.15