trick/trick_source/sim_services/MemoryManager
2023-05-01 15:50:39 -05:00
..
test Exclude memory manager int64_t tests on 32 bit architectures (#1494) 2023-05-01 15:50:39 -05:00
addr_bitfield.c Standardize directory names 2015-06-09 08:44:42 -05:00
adef_parser.l Cmake merge (#901) 2019-11-19 09:01:16 -06:00
adef_parser.y Add unittests to cover uncovered code in MemoryManager ADEF_ and REF_… (#1483) 2023-04-27 14:57:55 -05:00
ADefParseContext.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
CMakeLists.txt Cmake merge (#901) 2019-11-19 09:01:16 -06:00
extract_bitfield.c Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
extract_unsigned_bitfield.c Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
follow_address_path.c MTV/variable server crashes if checkpoint has less malfunctions then currently running sim 2015-09-14 11:33:11 -05:00
insert_bitfield.c Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
Makefile Infer TRICK_HOME in Makefiles 2019-06-21 13:15:22 -05:00
Makefile_deps Use udunits package for units conversions 2016-05-17 09:55:12 -05:00
MemoryManager_add_attr_info.cpp Remove all unused variables (style warning). 2018-10-11 22:05:50 -05:00
MemoryManager_add_checkpoint_alloc_dependency.cpp Add direct STL checkpointing 2016-03-29 09:26:49 -05:00
MemoryManager_add_shared_library_symbols.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
MemoryManager_add_template_name_trans.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
MemoryManager_add_var.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
MemoryManager_alloc_depends.cpp Use std::cerr instead of std::cout for error messages 2016-12-10 11:49:44 -06:00
MemoryManager_alloc_info_map.cpp Use udunits package for units conversions 2016-05-11 09:01:54 -05:00
MemoryManager_C_Intf.cpp Test and Document STL Checkpointing (#1355) 2022-10-07 08:37:09 -05:00
MemoryManager_clear_memory.cpp Fix mm_mutex locking and unlocking fiasco in clear_all_vars. #1452 (#1455) 2023-02-10 14:06:27 -06:00
MemoryManager_declare_var.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
MemoryManager_delete_var.cpp Make MemoryManager::reset_memory and class destructors coordinate the deletion of objects. #1348 2022-09-26 16:54:41 -05:00
MemoryManager_get_enumerated.cpp Use udunits package for units conversions 2016-05-11 09:01:54 -05:00
MemoryManager_get_size.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
MemoryManager_get_stl_dependencies.cpp Replace sprintf with snprintf in all of Trick source. #1384 (#1392) 2022-11-15 15:00:05 -06:00
MemoryManager_get_type_attributes.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
MemoryManager_io_src_intf.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
MemoryManager_is_alloced.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
MemoryManager_JSON_Intf.cpp Change std::endl to linefeed as appropriate. (#773) 2019-05-13 16:05:01 -05:00
MemoryManager_make_declaration.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
MemoryManager_make_reference_attr.cpp Fix compilers warnings. Ref #300 2016-09-02 17:01:07 -05:00
MemoryManager_map_external_object.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
MemoryManager_realloc.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
MemoryManager_ref_allocate.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
MemoryManager_ref_assignment.cpp Fix issue with writing to an array of std::strings. Use sizeof(std::string) instead of sizeof(char *). 2022-08-24 09:53:57 -05:00
MemoryManager_ref_attributes.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
MemoryManager_ref_dim.cpp Add option to validate pointer addresses in variable server clients 2016-02-25 08:56:04 -06:00
MemoryManager_ref_name_from_address.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
MemoryManager_ref_name.cpp Add support for references in MM::ref_name 2021-02-11 17:36:43 -06:00
MemoryManager_ref_var.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
MemoryManager_restore_stls.cpp Replace sprintf with snprintf in all of Trick source. #1384 (#1392) 2022-11-15 15:00:05 -06:00
MemoryManager_restore.cpp Set checkpointing fix (#1357) 2022-10-07 14:24:21 -05:00
MemoryManager_set_checkpointagent.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
MemoryManager_set_debug_level.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
MemoryManager_strdup.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
MemoryManager_write_checkpoint.cpp Replace sprintf with snprintf in all of Trick source. #1384 (#1392) 2022-11-15 15:00:05 -06:00
MemoryManager_write_var.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
MemoryManager.cpp Test and Document STL Checkpointing (#1355) 2022-10-07 08:37:09 -05:00
ref_free.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
ref_parser.l Cmake merge (#901) 2019-11-19 09:01:16 -06:00
ref_parser.y Replace sprintf with snprintf in all of Trick source. #1384 (#1392) 2022-11-15 15:00:05 -06:00
ref_to_value.c Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
RefParseContext.cpp Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
trickTypeCharString.c Add unit test suite for trickTypeCharString(). (#1467) 2023-04-05 15:28:14 -05:00
vval.c Remove trailing whitespaces 2016-11-08 10:25:07 +01:00
wcs_ext.c Replace sprintf with snprintf in all of Trick source. #1384 (#1392) 2022-11-15 15:00:05 -06:00