Home | History | Annotate | Download | only in alloc

Lines Matching full:calloc

447     heapSource = calloc(1, sizeof(*heapSource));
477 heapSource->blockSpace = calloc(1, heapSource->totalBlocks*size);
490 gcHeap = calloc(1, sizeof(*gcHeap));