fujuntang
2021-08-11 68d23225a38a35f1325eb39fa4ed5a005d5de473
src/shm/mm.cpp
@@ -113,7 +113,6 @@
  newsize = ALIGN(size +  (SIZE_T_SIZE << 1) +  (PTR_SIZE << 1) );
    //fprintf(stderr, "mm_malloc : size=%u\n", size);
  /* Search the free list for a fit */
  SemUtil::dec(mutex);
  if ((ptr = find_fit(newsize)) != NULL)