You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
static CodeBlob* allocate(int size, int code_blob_type, int orig_code_blob_type = CodeBlobType::All); // allocates a new CodeBlob
139
+
static CodeBlob* allocate(int size, int code_blob_type, bool handle_alloc_failure = true, int orig_code_blob_type = CodeBlobType::All); // allocates a new CodeBlob
140
140
staticvoidcommit(CodeBlob* cb); // called when the allocated CodeBlob has been filled
141
141
staticintalignment_unit(); // guaranteed alignment of all CodeBlobs
142
142
staticintalignment_offset(); // guaranteed offset of first CodeBlob byte within alignment unit (i.e., allocation header)
0 commit comments