OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scudoPvalloc
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/scudo/
scudo_allocator.h
56
void *
scudoPvalloc
(uptr Size);
scudo_interceptors.cpp
56
return
scudoPvalloc
(size);
scudo_allocator.cpp
572
void *
scudoPvalloc
(uptr Size) {
Completed in 886 milliseconds