foo [fu]  

foo

foo  [fu]

n. 富/夫(姓氏) 

名词复数:foos 

The method foo() calls method strdup(), which allocates memory, uses that memory, and then frees it. 这个方法 foo() 调用程序 strdup(),它分配内存,使用这个内存,然后释放它。
Since the foo and Bar applications interact with one another, they both require access to some of the same queues, but with different rights. 由于 Foo 和 Bar 应用程序之间将彼此进行交互,因此它们都需要访问一些相同的队列,但权限各不相同。

  • 请先登录
  • n. 富/夫(姓氏)
  • 1. The method foo() calls method strdup(), which allocates memory, uses that memory, and then frees it.

    这个方法 foo() 调用程序 strdup(),它分配内存,使用这个内存,然后释放它。

  • 2. Since the foo and Bar applications interact with one another, they both require access to some of the same queues, but with different rights.

    由于 Foo 和 Bar 应用程序之间将彼此进行交互,因此它们都需要访问一些相同的队列,但权限各不相同。

  • 3. The method main() allocates memory, calls foo(), uses the allocated memory, and then frees it and exits.

    这个方法 main() 分配内存,调用 foo(),使用分配的内存,然后释放它并退出。

  • 请先登录