我正在研究垃圾收集技术,想看看他们在评论中提到的重新设计文档。
void Heap::RegisterNativeAllocation(JNIEnv* env, size_t bytes) {
// See the REDESIGN section of go/understanding-register-native-allocation
// for an explanation of how RegisterNativeAllocation works.
由于这是本机代码,因此我无法在Android开发人员指南中找到该文档,因此该文档可能不会放在此处。