OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArenaAllocate
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/
Arena.h
76
void*
ArenaAllocate
(ArenaPool *pool, unsigned int nb);
88
_p = (uword)
ArenaAllocate
(pool, _nb); \
Arena.cpp
107
**
ArenaAllocate
() -- allocate space from an arena pool
109
** Description:
ArenaAllocate
() allocates space from an arena
125
void*
ArenaAllocate
(ArenaPool *pool, unsigned int nb)
196
} /* --- end
ArenaAllocate
() --- */
Completed in 724 milliseconds