Searched refs:IS_MALLOCED (Results 1 – 1 of 1) sorted by relevance
67 private static final long IS_MALLOCED = 0x1; field in NativeAllocationRegistry182 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()