Open CASCADE Technology
7.5.0
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
Variables
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
x
+
Enumerations
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Related Functions
c
d
g
h
i
o
p
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Variables
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
NCollection
Macros
NCollection_DefineAlloc.hxx File Reference
#include <
NCollection_BaseAllocator.hxx
>
Macros
#define
DEFINE_NCOLLECTION_ALLOC
Macro Definition Documentation
◆
DEFINE_NCOLLECTION_ALLOC
#define DEFINE_NCOLLECTION_ALLOC
Value:
void
*
operator
new
(
size_t
theSize, \
const
Handle
(
NCollection_BaseAllocator
)& theAllocator) \
{ \
return theAllocator->Allocate(theSize); \
} \
void
operator
delete
(
void
* theAddress, \
const
Handle
(
NCollection_BaseAllocator
)& theAllocator) \
{ \
theAllocator->Free(theAddress); \
}
Handle
#define Handle(Class)
Define Handle() macro.
Definition:
Standard_Handle.hxx:407
NCollection_BaseAllocator
Definition:
NCollection_BaseAllocator.hxx:47
Generated by
1.8.13