Searched refs:win_heap_malloc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/allocator/
H A Dwin_allocator.cc28 void* win_heap_malloc(size_t size) { function
38 return win_heap_malloc(size);
61 void* ptr = win_heap_malloc(allocation_size);
H A Dallocator_shim.cc104 ptr = win_heap_malloc(size);

Completed in 33 milliseconds