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.java60 private static final long IS_MALLOCED = 0x1; field in NativeAllocationRegistry
163 this.size = mallocAllocation ? (size | IS_MALLOCED) : (size & ~IS_MALLOCED); in NativeAllocationRegistry()
294 if ((size & IS_MALLOCED) != 0) { in registerNativeAllocation()
308 if ((size & IS_MALLOCED) == 0) { in registerNativeFree()