Searched refs:contents (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/private/ |
D | WriteProtected.h | 48 WriteProtectedContents<T> contents; variable 57 memset(&contents, 0, sizeof(contents)); in initialize() 59 if (mprotect(&contents, PAGE_SIZE, PROT_READ)) { in initialize() 65 return &contents.value; 69 return contents.value; 74 if (mprotect(&contents, PAGE_SIZE, PROT_READ | PROT_WRITE) != 0) { in mutate() 78 mutator(&contents.value); in mutate() 79 if (mprotect(&contents, PAGE_SIZE, PROT_READ) != 0) { in mutate()
|
/bionic/libc/bionic/ |
D | malloc_info.cpp | 45 void contents(const char* fmt, ...) { in contents() function in Elem 73 Elem(fp, "allocated-large").contents("%zu", mi.ordblks); in malloc_info() 74 Elem(fp, "allocated-huge").contents("%zu", mi.uordblks); in malloc_info() 75 Elem(fp, "allocated-bins").contents("%zu", mi.fsmblks); in malloc_info() 82 Elem(fp, "allocated").contents("%zu", mi.ordblks); in malloc_info() 83 Elem(fp, "nmalloc").contents("%zu", mi.uordblks); in malloc_info() 84 Elem(fp, "ndalloc").contents("%zu", mi.fordblks); in malloc_info() 88 Elem(fp, "bins-total").contents("%zu", total); in malloc_info()
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | ldt.h | 31 unsigned int contents : 2; member
|
/bionic/libc/arch-x86/bionic/ |
D | __set_tls.c | 53 result->contents = MODIFY_LDT_CONTENTS_DATA; in __init_user_desc()
|
/bionic/ |
D | README.md | 168 contents for external/kernel-headers/.
|
/bionic/libc/malloc_debug/ |
D | README.md | 163 checked to make sure that none of the contents have been modified since
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 254 ctypes.POINTER(clang.cindex.Token * count)).contents
|