Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/util/
DNativeAllocationRegistry.java67 private static final long IS_MALLOCED = 0x1; field in NativeAllocationRegistry
182 this.size = mallocAllocation ? (size | IS_MALLOCED) : (size & ~IS_MALLOCED); in NativeAllocationRegistry()
317 if ((size & IS_MALLOCED) != 0) { in registerNativeAllocation()
331 if ((size & IS_MALLOCED) == 0) { in registerNativeFree()