Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/util/
DNativeAllocationRegistry.java157 boolean mallocAllocation) { in NativeAllocationRegistry() argument
163 this.size = mallocAllocation ? (size | IS_MALLOCED) : (size & ~IS_MALLOCED); in NativeAllocationRegistry()