FastqPuri
|
makeBloom main function More...
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <math.h>
#include "defines.h"
#include "fa_read.h"
#include "bloom.h"
#include "init_makeBloom.h"
Functions | |
int | main (int argc, char *argv[]) |
makeTree main function | |
Variables | |
uint64_t | alloc_mem = 0 |
Iparam_makeBloom | par_MB |
makeBloom main function
uint64_t alloc_mem = 0 |
global variable. Memory allocated in the heap.
Iparam_makeBloom par_MB |
global variable: Input parameters of makeTree.