Searched refs:heapSizeInBytes (Results 1 – 1 of 1) sorted by relevance
2342 size_t heapSizeInBytes = property_get_int32("ro.af.client_heap_size_kbyte", 0) * 1024; in getClientSharedHeapSize() local2343 if (heapSizeInBytes != 0) { // read-only property overrides all. in getClientSharedHeapSize()2344 return heapSizeInBytes; in getClientSharedHeapSize()