Searched refs:Add (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/malloc_debug/ |
D | FreeTrackData.h | 54 void Add(const Header* header);
|
D | TrackData.h | 54 void Add(const Header* header, bool backtrace_found);
|
D | FreeTrackData.cpp | 93 void FreeTrackData::Add(const Header* header) { in Add() function in FreeTrackData
|
D | TrackData.cpp | 62 void TrackData::Add(const Header* header, bool backtrace_found) { in Add() function in TrackData
|
D | malloc_debug.cpp | 177 g_debug->track->Add(header, backtrace_found); in InitHeader() 393 g_debug->free_track->Add(header); in internal_free()
|
D | README.md | 147 Add an extra amount to allocate for every allocation.
|
/bionic/libc/bionic/ |
D | scandir.cpp | 52 bool Add(dirent* entry) { in Add() function in ScandirResult 121 names.Add(entry); in scandirat()
|
/bionic/linker/ |
D | linker_cfi.h | 62 void Add(uintptr_t begin, uintptr_t end, uintptr_t cfi_check);
|
D | linker_cfi.cpp | 100 void CFIShadowWriter::Add(uintptr_t begin, uintptr_t end, uintptr_t cfi_check) { in Add() function in CFIShadowWriter 190 Add(si->base, si->base + si->size, cfi_check); in AddLibrary()
|
/bionic/ |
D | README.md | 147 1. Add entries to SYSCALLS.TXT. 150 3. Add constants (and perhaps types) to the appropriate header file. 155 4. Add function declarations to the appropriate header file. 156 5. Add the function name to the correct section in libc/libc.map.txt and 158 6. Add at least basic tests. Even a test that deliberately supplies
|
/bionic/libc/tools/ |
D | pylintrc | 13 # Add files or directories to the blacklist. They should be base names, not 66 # Add a comment according to your evaluation note. This is used by the global
|