HomeSort by relevance Sort by last modified time
    Searched refs:WINHEAP (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/allocator/
allocator_shim.cc 35 WINHEAP, // Windows Heap (standard Windows allocator).
44 static Allocator allocator = WINHEAP;
117 case WINHEAP:
145 case WINHEAP:
169 case WINHEAP:
201 case WINHEAP:
217 case WINHEAP:
237 else if (!stricmp(environment_value, "winheap"))
238 allocator = WINHEAP;
248 case WINHEAP
    [all...]
  /external/chromium_org/base/allocator/
allocator_shim.cc 39 WINHEAP, // Windows Heap (standard Windows allocator).
49 // The Windows implementation of Asan requires the use of "WINHEAP".
50 static Allocator allocator = WINHEAP;
127 case WINHEAP:
155 case WINHEAP:
179 case WINHEAP:
211 case WINHEAP:
227 case WINHEAP:
244 case WINHEAP:
275 // Windows, as the implementation requires Winheap to be the allocator
    [all...]

Completed in 1003 milliseconds