OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pointer_offset
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/malloc_debug/
DebugData.h
81
size_t
pointer_offset
() { return pointer_offset_; }
function in class:DebugData
malloc_debug.cpp
148
header->usable_size -= g_debug->
pointer_offset
() +
424
uintptr_t value = reinterpret_cast<uintptr_t>(pointer) + g_debug->
pointer_offset
();
/art/runtime/
memory_region.h
45
static size_t
pointer_offset
() {
function in class:art::FINAL
/external/autotest/client/cros/
dhcp_packet.py
226
pointer_offset
= ((maybe_part_len << 8) +
231
pointer_offset
)
Completed in 113 milliseconds