Home
last modified time | relevance | path

Searched refs:near_to (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dsandbox_nt_util.h16 void* near_to = NULL);
23 void* near_to);
Dsandbox_nt_util.cc547 void* near_to) { in operator new() argument
557 result = AllocateNearTo(near_to, size); in operator new()
586 void* near_to) { in operator delete() argument
587 UNREFERENCED_PARAMETER(near_to); in operator delete()