OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:win_heap_malloc
(Results
1 - 4
of
4
) 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);
/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
126
ptr =
win_heap_malloc
(size);
Completed in 300 milliseconds