|
Panda3D
|
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.
| #define call_free free |
Definition at line 119 of file memoryHook.cxx.
| #define call_malloc malloc |
Definition at line 117 of file memoryHook.cxx.
| #define call_realloc realloc |
Definition at line 118 of file memoryHook.cxx.
| #define MAP_ANON 0x1000 |
Definition at line 35 of file memoryHook.cxx.