HackerTrans
トップ新着トレンドコメント過去質問紹介求人

champijone

no profile record

コメント

champijone
·2 年前·議論
One reason to prefer it in C is to be able to easily add locally scoped functionality like profiling markers and temp allocators.

  profile_begin("func");
  a = temp_arena_begin();
  // ... code
  temp_arena_end();
  profile_end();