OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:memory_pointer
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/webrtc/system_wrappers/source/
aligned_malloc.cc
65
void*
memory_pointer
= malloc(size + sizeof(uintptr_t) + alignment - 1);
local
66
if (
memory_pointer
== NULL) {
72
uintptr_t align_start_pos = reinterpret_cast<uintptr_t>(
memory_pointer
);
81
uintptr_t memory_start = reinterpret_cast<uintptr_t>(
memory_pointer
);
Completed in 55 milliseconds