如下所示, 是NDK 中 STLPort库中的 basic_string的 M_allocate_block 函数
void __fastcall M_allocate_block(stlp_string *this, int len) { stlp_string *v2; // r4 STLP_alloc_proxy *pbuf; // r0 int _len; // r3 int len_; // [sp+4h] [bp-Ch] len_ = len; v2 = this; if ( len ) { if ( (unsigned int)len 0x10 ) { len_… Read More