; assembly | /* r2dec pseudo code output */ | /* balb_filecleanerutil.t/assume @ 0x40b770 */ | #include | ; (fcn) method.BloombergLP::bdlma::BufferedSequentialPool.BufferedSequentialPool_char__unsigned_long__BloombergLP::bsls::BlockGrowth::Strategy__BloombergLP::bslma::Allocator_ () | uint64_t method_BloombergLP::bdlma::BufferedSequentialPool_BufferedSequentialPool_char_unsigned_long_BloombergLP::bsls::BlockGrowth::Strategy_BloombergLP::bslma::Allocator_ (int64_t arg5, int64_t arg3, int64_t arg2, int64_t arg1) { | r8 = arg5; | rdx = arg3; | rsi = arg2; | rdi = arg1; | /* BloombergLP::bdlma::BufferedSequentialPool::BufferedSequentialPool(char*, unsigned long, BloombergLP::bsls::BlockGrowth::Strategy, BloombergLP::bslma::Allocator*) */ 0x0040b770 push rbx | 0x0040b771 mov rbx, rdi | rbx = rdi; 0x0040b774 mov qword [rdi], rsi | *(rdi) = rsi; 0x0040b777 mov qword [rdi + 8], rdx | *((rdi + 8)) = rdx; 0x0040b77b mov qword [rdi + 0x10], 0 | *((rdi + 0x10)) = 0; 0x0040b783 mov word [rdi + 0x18], 0x100f | *((rdi + 0x18)) = 0x100f; 0x0040b789 mov qword [rdi + 0x20], 0xffffffffffffffff | *((rdi + 0x20)) = 0xffffffffffffffff; 0x0040b791 mov byte [rdi + 0x28], cl | *((rdi + 0x28)) = cl; 0x0040b794 mov byte [rdi + 0x29], 0 | *((rdi + 0x29)) = 0; 0x0040b798 test r8, r8 | | if (r8 == 0) { 0x0040b79b jne 0x40b7b1 | 0x0040b79d mov r8, qword [rip + 0x26252c] | r8 = BloombergLP::bslma::Default::s_defaultAllocator; 0x0040b7a4 test r8, r8 | | if (r8 != 0) { 0x0040b7a7 jne 0x40b7b1 | goto label_0; | } 0x0040b7a9 call 0x4171b0 | rax = BloombergLP::bslma::Default::determineAndReturnDefaultAllocator() (); 0x0040b7ae mov r8, rax | r8 = rax; | } | label_0: 0x0040b7b1 mov qword [rbx + 0x30], r8 | *((rbx + 0x30)) = r8; 0x0040b7b5 pop rbx | 0x0040b7b6 ret | return rax; | }