Home
last modified time | relevance | path

Searched refs:AllocationType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dsandbox_nt_util.h15 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);
Dsandbox_nt_util.cc546 void* operator new(size_t size, sandbox::AllocationType type, in operator new()
569 void operator delete(void* memory, sandbox::AllocationType type) { in operator delete()
585 void operator delete(void* memory, sandbox::AllocationType type, in operator delete()
592 sandbox::AllocationType type) { in operator new()
599 sandbox::AllocationType type) { in operator delete()
Dsandbox_nt_types.h38 enum AllocationType { enum
Dnt_internals.h231 IN ULONG AllocationType,
428 IN ULONG AllocationType,
/external/chromium_org/courgette/
Dmemory_allocator.h136 enum AllocationType { enum