Home
last modified time | relevance | path

Searched refs:front (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/malloc_debug/tests/
Dbacktrace_fake.cpp78 *info = g_fake_local_frame_data.front(); in Unwind()
/bionic/linker/
Dlinked_list.h132 T* front() const { in front() function
Dlinker.cpp1745 soinfo* local_group_root = local_group.front(); in find_libraries()
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md79 a front guard). This buffer is filled with the pattern (0xaa). In addition,
DREADME.md47 ### front\_guard[=SIZE\_BYTES]
50 On first allocation, this front guard is written with a specific pattern (0xaa).
52 modified. If any part of the front guard is modified, an error will be reported
94 Enables both a front guard and a rear guard on all allocations.
DPointerData.cpp346 FreePointerInfoType info(free_pointers_.front()); in AddFreed()