OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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);
/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);
Completed in 31 milliseconds