Searched refs:mallocAllocation (Results 1 – 1 of 1) sorted by relevance
157 boolean mallocAllocation) { in NativeAllocationRegistry() argument163 this.size = mallocAllocation ? (size | IS_MALLOCED) : (size & ~IS_MALLOCED); in NativeAllocationRegistry()