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