; assembly | /* r2dec pseudo code output */ | /* balb_filecleanerutil.t/none @ 0x40b760 */ | #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*) */ 0x0040b760 push rbx | 0x0040b761 mov rbx, rdi | rbx = rdi; 0x0040b764 mov qword [rdi], rsi | *(rdi) = rsi; 0x0040b767 mov qword [rdi + 8], rdx | *((rdi + 8)) = rdx; 0x0040b76b mov qword [rdi + 0x10], 0 | *((rdi + 0x10)) = 0; 0x0040b773 mov word [rdi + 0x18], 0x100f | *((rdi + 0x18)) = 0x100f; 0x0040b779 mov qword [rdi + 0x20], 0xffffffffffffffff | *((rdi + 0x20)) = 0xffffffffffffffff; 0x0040b781 mov byte [rdi + 0x28], cl | *((rdi + 0x28)) = cl; 0x0040b784 mov byte [rdi + 0x29], 0 | *((rdi + 0x29)) = 0; 0x0040b788 test r8, r8 | | if (r8 == 0) { 0x0040b78b jne 0x40b7a1 | 0x0040b78d mov r8, qword [rip + 0x26253c] | r8 = BloombergLP::bslma::Default::s_defaultAllocator; 0x0040b794 test r8, r8 | | if (r8 != 0) { 0x0040b797 jne 0x40b7a1 | goto label_0; | } 0x0040b799 call 0x4173a0 | rax = BloombergLP::bslma::Default::determineAndReturnDefaultAllocator() (); 0x0040b79e mov r8, rax | r8 = rax; | } | label_0: 0x0040b7a1 mov qword [rbx + 0x30], r8 | *((rbx + 0x30)) = r8; 0x0040b7a5 pop rbx | 0x0040b7a6 ret | return rax; | }