Searched refs:new_cmds (Results 1 – 1 of 1) sorted by relevance
191 uint8_t** new_cmds = (uint8_t**)(new_coords + maxBlocks_ + BLOCK_SCALE_POOL); in AllocateBlock() local192 if (new_cmds == nullptr) { in AllocateBlock()200 if (memcpy_s(new_cmds, maxBlocks_ * sizeof(float*), in AllocateBlock()206 cmdBlocks_ = new_cmds; in AllocateBlock()