JPDA Architecture Research 5-agent using environment pointers to access VMs (Memory management chapter)

Source: Internet
Author: User

Introduced:

We talked about JVMTI's client agent earlier, and also mentioned that the agent accesses the VM through an environment pointer. Here's a look at how much the environment pointer is capable of accessing VMS.



Category 1: Memory management

A.allocate. Allocating memory

Jvmtierrorallocate (jvmtienv* env, jlong size, unsigned char** mem_ptr)

Size: The number of bytes allocated.

Mem_ptr: The first address of the allocated memory.


B.deallocate. Frees memory, frees allocated memory, or the memory cannot be reclaimed.

Jvmtierrordeallocate (jvmtienv* env, unsigned char* mem)

MEM: The first address of the allocated memory.



This article is from the "cohesion of parallel Lines" blog, please be sure to keep this source http://supercharles888.blog.51cto.com/609344/1587693

JPDA Architecture Research 5-agent using environment pointers to access VMs (Memory management chapter)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.