Test Info
| Library Name | libiitii-dev |
| Version #1 | base |
| Version #2 | lfs |
| Arch | ARM |
| Subject | Source Compatibility |
Test Results
| Total Header Files | 1 |
| Total Libraries | 0 |
| Total Symbols / Types | 384 / 74 |
| Compatibility |
99.3% |
Problem Summary
| Severity | Count |
|---|
| Added Symbols | - | 3 |
| Removed Symbols | High | 4 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 0 |
Problems with Symbols | High | 0 |
| Medium | 3 |
| Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols 3
mmap_file_pool.h
namespace mmap_allocator_namespace
mmap_file_pool::mmap_file ( std::string fname, enum access_mode access_mode, long long offset, size_t length, bool map_whole_file, bool allow_remap )
_ZN24mmap_allocator_namespace14mmap_file_pool9mmap_fileENSt7__cxx1112basic_stringIcEENS_11access_modeExjbb
mmap_file_pool::munmap_file ( std::string fname, enum access_mode access_mode, long long offset, size_t length )
_ZN24mmap_allocator_namespace14mmap_file_pool11munmap_fileENSt7__cxx1112basic_stringIcEENS_11access_modeExj
mmapped_file::open_and_mmap_file ( std::string fname, enum access_mode access_mode, long long offset, size_t length, bool map_whole_file, bool allow_remap )
_ZN24mmap_allocator_namespace12mmapped_file18open_and_mmap_fileENSt7__cxx1112basic_stringIcEENS_11access_modeExjbb
to the top
Removed Symbols 4
mman.h
mmap ( void* __addr, size_t __len, int __prot, int __flags, int __fd, __off_t __offset )
mmap_file_pool.h
namespace mmap_allocator_namespace
mmap_file_pool::mmap_file ( std::string fname, enum access_mode access_mode, long offset, size_t length, bool map_whole_file, bool allow_remap )
_ZN24mmap_allocator_namespace14mmap_file_pool9mmap_fileENSt7__cxx1112basic_stringIcEENS_11access_modeEljbb
mmap_file_pool::munmap_file ( std::string fname, enum access_mode access_mode, long offset, size_t length )
_ZN24mmap_allocator_namespace14mmap_file_pool11munmap_fileENSt7__cxx1112basic_stringIcEENS_11access_modeElj
mmapped_file::open_and_mmap_file ( std::string fname, enum access_mode access_mode, long offset, size_t length, bool map_whole_file, bool allow_remap )
_ZN24mmap_allocator_namespace12mmapped_file18open_and_mmap_fileENSt7__cxx1112basic_stringIcEENS_11access_modeEljbb
to the top
Problems with Symbols, Medium Severity 3
mmap_file_pool.h
namespace mmap_allocator_namespace
[+] mmap_file_pool::mmap_file ( std::string fname, enum access_mode access_mode, long offset, size_t length, bool map_whole_file, bool allow_remap ) 1
⇣
mmap_file_pool::mmap_file ( std::string fname, enum access_mode access_mode, long long offset, size_t length, bool map_whole_file, bool allow_remap )
_ZN24mmap_allocator_namespace14mmap_file_pool9mmap_fileENSt7__cxx1112basic_stringIcEENS_11access_modeEljbb
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
[+] mmap_file_pool::munmap_file ( std::string fname, enum access_mode access_mode, long offset, size_t length ) 1
⇣
mmap_file_pool::munmap_file ( std::string fname, enum access_mode access_mode, long long offset, size_t length )
_ZN24mmap_allocator_namespace14mmap_file_pool11munmap_fileENSt7__cxx1112basic_stringIcEENS_11access_modeElj
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
[+] mmapped_file::open_and_mmap_file ( std::string fname, enum access_mode access_mode, long offset, size_t length, bool map_whole_file, bool allow_remap ) 1
⇣
mmapped_file::open_and_mmap_file ( std::string fname, enum access_mode access_mode, long long offset, size_t length, bool map_whole_file, bool allow_remap )
_ZN24mmap_allocator_namespace12mmapped_file18open_and_mmap_fileENSt7__cxx1112basic_stringIcEENS_11access_modeEljbb
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
to the top
Header Files 1
iitii.h
to the top
Libraries 0
to the top