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

  /external/chromium/base/allocator/
win_allocator.cc 28 void* win_heap_malloc(size_t size) { function
38 return win_heap_malloc(size);
allocator_shim.cc 119 ptr = win_heap_malloc(size);

Completed in 6046 milliseconds