mirror of
https://github.com/corda/corda.git
synced 2025-06-17 06:38:21 +00:00
Replace Allocator with Alloc or AllocOnly where possible
This commit is contained in:
@ -20,7 +20,7 @@ class Zone;
|
||||
namespace avian {
|
||||
|
||||
namespace util {
|
||||
class Allocator;
|
||||
class Alloc;
|
||||
}
|
||||
|
||||
namespace codegen {
|
||||
@ -143,7 +143,7 @@ class Architecture {
|
||||
unsigned cSize,
|
||||
OperandMask& cMask) = 0;
|
||||
|
||||
virtual Assembler* makeAssembler(util::Allocator*, vm::Zone*) = 0;
|
||||
virtual Assembler* makeAssembler(util::Alloc*, vm::Zone*) = 0;
|
||||
|
||||
virtual void acquire() = 0;
|
||||
virtual void release() = 0;
|
||||
|
Reference in New Issue
Block a user