PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "memoryHook.h"#include "deletedBufferChain.h"#include <stdlib.h>#include "typeRegistry.h"#include <unistd.h>#include <sys/types.h>#include <sys/mman.h>Go to the source code of this file.
Macros | |
| #define | call_free free |
| #define | call_malloc malloc |
| #define | call_realloc realloc |
| #define | MAP_ANON 0x1000 |
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 memoryHook.cxx.
1.8.15