Panda3D
Loading...
Searching...
No Matches
Macros
memoryHook.cxx File Reference

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
 

Detailed Description

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."

Author
drose
Date
2007-06-28

Definition in file memoryHook.cxx.

Macro Definition Documentation

◆ call_free

#define call_free   free

Definition at line 119 of file memoryHook.cxx.

◆ call_malloc

#define call_malloc   malloc

Definition at line 117 of file memoryHook.cxx.

◆ call_realloc

#define call_realloc   realloc

Definition at line 118 of file memoryHook.cxx.

◆ MAP_ANON

#define MAP_ANON   0x1000

Definition at line 35 of file memoryHook.cxx.