Searched refs:roundedSize (Results 1 – 7 of 7) sorted by relevance
118 size_t roundedSize = (bytes + pageSize - 1) & ~(pageSize - 1); in allocateExecutable() local119 void *memory = allocate(roundedSize, pageSize); in allocateExecutable()127 if(prctl(ANDROID_PR_SET_VMA, ANDROID_PR_SET_VMA_ANON_NAME, memory, roundedSize, name) == -1) in allocateExecutable()129 ALOGE("prctl failed %p 0x%zx (%s)", memory, roundedSize, strerror(errno)); in allocateExecutable()
META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...