Home | History | Annotate | Download | only in src

Lines Matching defs:AdjustAmountOfExternalAllocatedMemory

6793 intptr_t Isolate::AdjustAmountOfExternalAllocatedMemory(
6796 return heap->AdjustAmountOfExternalAllocatedMemory(change_in_bytes);
6800 intptr_t V8::AdjustAmountOfExternalAllocatedMemory(intptr_t change_in_bytes) {
6803 IsDeadCheck(isolate, "v8::V8::AdjustAmountOfExternalAllocatedMemory()")) {
6807 return isolate_ext->AdjustAmountOfExternalAllocatedMemory(change_in_bytes);