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

  /external/chromium_org/base/allocator/
win_allocator.cc 28 void* win_heap_malloc(size_t size) { function
38 return win_heap_malloc(size);
61 void* ptr = win_heap_malloc(allocation_size);
allocator_shim.cc 111 ptr = win_heap_malloc(size);

Completed in 500 milliseconds