freed  

freed

freed 

adj. 释放的  v. 使自由;解放(free的过去分词) 

If you free an already freed pointer, it tells you. 如果您释放一个已经释放过的指针,它会告诉您。
If so, the freed node is joined with the node in the tree. 如果有相邻节点,那么释放的节点与树中的节点合并。

  • 请先登录
  • adj. 释放的
  • v. 使自由;解放(free的过去分词)
  • 1. If you free an already freed pointer, it tells you.

    如果您释放一个已经释放过的指针,它会告诉您。

  • 2. If so, the freed node is joined with the node in the tree.

    如果有相邻节点,那么释放的节点与树中的节点合并。

  • 3. Note that the lock will be freed at the next commit (or rollback), so if you're running a test where you commit every N rows, the LOCK TABLE statement will need to be re-executed after each Commit.

    注意,在下一次提交(或回滚)的时候,这个表将被释放,因此,如果您要运行一个测试,测试中每 N 行提交一次,那么就需要在每次提交之后重复执行 LOCK TABLE。

  • 请先登录