Home
last modified time | relevance | path

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

/external/chromium/base/allocator/
Dwin_allocator.cc28 void* win_heap_malloc(size_t size) { in win_heap_malloc() function
38 return win_heap_malloc(size); in win_heap_realloc()
Dallocator_shim.cc119 ptr = win_heap_malloc(size); in malloc()