OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_allocated
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
bufpool.cc
58
magic =
is_allocated
;
75
assert( (this != 0) && (magic ==
is_allocated
) );
87
assert( (this != 0) && (magic ==
is_allocated
) );
102
assert( (this != 0) && (magic ==
is_allocated
) );
bufpool.h
70
enum Magic {
is_allocated
= 0xf3a1, is_free = 0xf1a2 };
enumerator in enum:Pool::Magic
83
assert( (this != 0) && (magic ==
is_allocated
) );
102
assert( (this != 0) && (magic ==
is_allocated
) );
Completed in 7 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026