在哪里可以找到本机Android代码的REDESIGN文档

时间:2019-03-13 00:56:21

标签: android garbage-collection

我正在研究垃圾收集技术,想看看他们在评论中提到的重新设计文档。

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开发人员指南中找到该文档,因此该文档可能不会放在此处。

0 个答案:

没有答案