OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationType
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/win/src/
sandbox_nt_util.h
15
void* __cdecl operator new(size_t size, sandbox::
AllocationType
type,
17
void __cdecl operator delete(void* memory, sandbox::
AllocationType
type);
22
void __cdecl operator delete(void* memory, sandbox::
AllocationType
type,
27
sandbox::
AllocationType
type);
29
sandbox::
AllocationType
type);
sandbox_nt_types.h
38
enum
AllocationType
{
sandbox_nt_util.cc
543
void* operator new(size_t size, sandbox::
AllocationType
type,
560
void operator delete(void* memory, sandbox::
AllocationType
type) {
576
void operator delete(void* memory, sandbox::
AllocationType
type,
583
sandbox::
AllocationType
type) {
590
sandbox::
AllocationType
type) {
nt_internals.h
221
IN ULONG
AllocationType
,
418
IN ULONG
AllocationType
,
/external/chromium_org/courgette/
memory_allocator.h
160
enum
AllocationType
{
Completed in 53 milliseconds