#include <memory.h>
Go to the source code of this file.
Macro Definition Documentation
#define ergo_new |
( |
|
cnt, |
|
|
|
type |
|
) |
| ((type*)ergo_malloc((cnt)*sizeof(type))) |
Referenced by compute_2e_matrix_coulomb(), compute_gamma_or_J_shelldriven(), compute_T_matrix_full(), compute_T_matrix_sparse(), ddf_load_density(), densfit_compute_c_vector(), densfit_init(), get_T(), load_density_and_project_full(), main(), test_mol(), test_small(), and variable_new().
Function Documentation
References globalFreeCount, and globalMemStatLock.
Referenced by compute_2e_matrix_coulomb(), compute_2e_matrix_list(), compute_2e_matrix_list_difden(), compute_2e_matrix_list_explicit(), compute_gamma_or_J_shelldriven(), compute_T_matrix_full(), compute_T_matrix_sparse(), ddf_load_density_getSizes(), ddf_read_shells_and_density_matrices(), ddf_read_shells_and_density_matrices_sparse(), ddf_writeShellListAndDensityMatricesToFile(), ddf_writeShellListAndDensityMatricesToFile_sparse(), densfit_compute_c_vector(), densfit_destroy(), densfit_init(), es_get_polarisability(), es_getexc(), es_mol_read_molecule(), get_dens_from_fock_full(), get_density(), get_euclidean_norm(), get_F_orbs(), get_largest_eigenvalue(), get_T(), load_density_and_project_full(), main(), multiply3matrices(), multiply_matrices_general(), multiply_matrices_general_T_1(), multiply_matrices_general_T_2(), readMoleculeFileInMolFormat(), readMoleculeFileInXyzFormat(), test_mol(), test_small(), ErgoE2Evaluator::transform(), variable_free(), and Ergo::~Ergo().
EXTERN_C void* ergo_malloc |
( |
size_t |
size | ) |
|
References do_output(), do_output_time(), globalMallocCount, globalMemStatLock, globalNoOfBytesAllocated, LOG_AREA_MAIN, LOG_AREA_SCF, LOG_CAT_ERROR, and LOG_CAT_INFO.
Referenced by compute_2e_matrix_list(), compute_2e_matrix_list_difden(), compute_2e_matrix_list_explicit(), ddf_load_density_getSizes(), ddf_read_shells_and_density_matrices(), ddf_read_shells_and_density_matrices_sparse(), ddf_writeShellListAndDensityMatricesToFile(), ddf_writeShellListAndDensityMatricesToFile_sparse(), get_dens_from_fock_full(), get_density(), get_euclidean_norm(), get_F_orbs(), get_largest_eigenvalue(), multiply3matrices(), multiply_matrices_general(), multiply_matrices_general_T_1(), multiply_matrices_general_T_2(), readMoleculeFileInMolFormat(), and readMoleculeFileInXyzFormat().
EXTERN_C void report_memory_status |
( |
void |
| ) |
|