dap_global_db_obj_t*l_data=DAP_NEW_Z_SIZE(dap_global_db_obj_t,(count+1)*sizeof(dap_global_db_obj_t));// last item in mass must be zero
for(size_ti=0;i<count;i++){
if(l_store_obj[i].value_len>1024*1024){
charl_temp[64]={'\0'};
log_it(L_ERROR,"Trash datum in gdb, key: %s, size: %d, created: %s",l_store_obj[i].key,l_store_obj[i].value_len,dap_ctime_r(&(l_store_obj[i].timestamp),l_temp));