Searched refs:mallocAllocation (Results 1 – 1 of 1) sorted by relevance
295 long freeFunction, long size, boolean mallocAllocation) { in NativeAllocationRegistry() argument302 this.size = mallocAllocation ? (size | IS_MALLOCED) : (size & ~IS_MALLOCED); in NativeAllocationRegistry()