Search results

Jump to: navigation, search

Page title matches

  • == Heap Memory Profile Probe: hmp.ual == ...er, size, and time taken for allocations and deallocations from and to the heap. The profiling information is reported periodically in snapshots and in a f
    21 KB (1,708 words) - 20:28, 27 April 2021
  • ...ation|Pagename=PowerAda:Implementation Details/Heap Sentinels|Displaytitle=Heap Sentinels|Chapter=8|Section=3|Order=72|Summary=|Product=PowerAda|Version=5|
    374 bytes (51 words) - 21:53, 14 April 2019
  • == Heap Memory Tracker Probe: hmtb.ual == .... The probe records the location, number, and size of allocations from the heap. The tracking information is recorded as the application runs and is format
    5 KB (563 words) - 19:08, 16 November 2023

Page text matches

  • ...ation|Pagename=PowerAda:Implementation Details/Heap Sentinels|Displaytitle=Heap Sentinels|Chapter=8|Section=3|Order=72|Summary=|Product=PowerAda|Version=5|
    374 bytes (51 words) - 21:53, 14 April 2019
  • ...=C|Section=103|Order=96.111|Summary=Any operations that implicitly require heap storage allocation. See D.7(8).|Product=PowerAda|Version=5|Platform=AIX;Lin == (103) Any operations that implicitly require heap storage allocation. ==
    5 KB (758 words) - 00:31, 24 April 2019
  • = OCS Fast Heap = The OCS Fast Heap is a user-defined malloc replacement for AIX (see: https://www.ibm.com/sup
    5 KB (796 words) - 14:38, 17 September 2020
  • == Heap Memory Tracker Probe: hmtb.ual == .... The probe records the location, number, and size of allocations from the heap. The tracking information is recorded as the application runs and is format
    5 KB (563 words) - 19:08, 16 November 2023
  • ...set for a given instance of TASK_ATTRIBUTES an array is allocated from the heap. All memory allocated by TASK_ATTRIBUTES is deallocated when is no longer n
    931 bytes (136 words) - 10:20, 24 April 2019
  • update the OCS Fast Heap component. This patch fixes OCS issue 2687, which affects only the OCS Fast Heap acrhive
    2 KB (298 words) - 18:24, 16 February 2021
  • ...ementation Details/How a PowerAda Program Arranges its Memory#MARKER-2-841|heap]] :[[PowerAda:Optimization/Coding for Better Performance#MARKER-2-978|heap allocation]]
    1 KB (161 words) - 15:39, 24 April 2019
  • ...#2000_0000#). The main program stack grows from high to low addresses; the heap grows from low to high addresses. === Heap ===
    8 KB (1,317 words) - 02:34, 24 April 2019
  • ...allocations of dynamic storage are made through calls to discrete run-time heap manager functions (e.g., malloc, free, etc.). ...may do both allocations and deallocations during the same call. Additional heap manager functions may be specified in addition to the default ones by addin
    6 KB (972 words) - 18:31, 6 November 2023
  • * [[PowerAda:Implementation Details/Heap Sentinels#HEADING73-0|Heap Sentinels]]
    3 KB (351 words) - 15:47, 23 April 2019
  • * [[OcsFastHeap|OCS Fast Heap]]
    854 bytes (120 words) - 17:41, 2 September 2020
  • * Heap management.
    1 KB (148 words) - 21:53, 14 April 2019
  • == Heap Memory Profile Probe: hmp.ual == ...er, size, and time taken for allocations and deallocations from and to the heap. The profiling information is reported periodically in snapshots and in a f
    21 KB (1,708 words) - 20:28, 27 April 2021
  • ...ined probe monitors and gathers data about memory usage to help you detect heap memory leaks. ...cate and deallocate portions of the heap memory, and by matching each such heap memory allocation with its corresponding deallocation.
    18 KB (2,825 words) - 18:30, 6 November 2023
  • === Heap Allocation === ...nature of the storage allocation and reclamation algorithms used with the heap, accesses to it are likely to result in accesses to widely scattered sectio
    10 KB (1,597 words) - 00:35, 25 April 2019
  • ...ack space was used by each thread, how big static data is, and how big the heap is (minimally, average, and maximally).
    1 KB (173 words) - 03:19, 21 December 2018
  • ...be performed by the implementation. The operations that implicitly require heap storage allocation are implementation defined.
    5 KB (692 words) - 15:48, 29 April 2019
  • *Heap-statistics report generator and execution profiler.
    1 KB (187 words) - 03:19, 21 December 2018
  • ...probe uses statistical sampling to monitor memory usage to help you detect heap memory leaks. ...cate and deallocate portions of the heap memory, and by matching each such heap memory allocation with its corresponding deallocation. Rather than trackin
    32 KB (4,610 words) - 18:11, 3 February 2023
  • ...using the pre-allocated storage for the first N attribute objects, and the heap for the others. In the latter case, N should be documented.
    8 KB (1,307 words) - 22:46, 1 May 2019
  • ...the storage associated with the task. This includes any run-time system or heap storage that has been implicitly allocated for the task by the implementati
    3 KB (449 words) - 23:10, 1 May 2019
  • Aprobe provides a number of memory/heap analysis predefined probes. The most recent additions are '''memstat.ual''
    4 KB (572 words) - 16:55, 31 May 2018
  • ufc_base : in out private; -- a heap collection for strings bigger than 150 characters ...ot identical to the hparam value passed in, then it was allocated from the heap and is part of ufc_base. This ufc_base value passed back must be deallocat
    10 KB (1,336 words) - 17:41, 20 February 2019
  • ...y restriction is that the size specified must be available from the global heap.
    4 KB (686 words) - 10:03, 24 April 2019
  • ...assign the contents of the record to it, and return the old object to the heap.
    13 KB (2,049 words) - 00:35, 25 April 2019
  • * Facilities are provided for the more detailed control of heap storage for allocated objects. ...ability to override the default algorithms for allocating and deallocating heap storage. This is done by the introduction of the concept of a storage pool
    21 KB (3,320 words) - 16:20, 20 April 2019
  • This is a traditional XY graph, such as used by the Heap Probe. To use it, you create a graph object with a few basic attributes, th
    6 KB (839 words) - 06:59, 20 March 2018
  • ...ntation Details/How a PowerAda Program Arranges its Memory#MARKER-2-845|of heap]]
    7 KB (912 words) - 15:45, 24 April 2019
  • ...A storage pool (roughly) corresponds to what some other languages call a ''heap.'' See [[Guide:95lrm/RM-13-11|13.11]] for a discussion of pools.
    9 KB (1,371 words) - 23:36, 4 May 2019
  • ...ementation Details/How a PowerAda Program Arranges its Memory#MARKER-2-842|heap]]
    9 KB (1,101 words) - 15:40, 24 April 2019
  • :: [[PowerAda:Implementation Details/Heap Sentinels#HEADING73-0|Heap Sentinels]]
    19 KB (2,442 words) - 20:24, 8 May 2019
  • ...the array type is unconstrained and the array object is allocated from the heap. ...implementation should document any cases in which it dynamically allocates heap storage for a purpose other than the evaluation of an allocator.
    51 KB (7,464 words) - 00:35, 25 April 2019
  • [[Heap_Memory_Profile_Probe|heap memory watcher]] [[AUG_Tools_Reference#aprobe|heap size, (-q heap size aprobe option)]]
    34 KB (4,340 words) - 23:07, 27 February 2019
  • An implementation should document any cases in which it dynamically allocates heap storage for a purpose other than the evaluation of an allocator.
    10 KB (1,501 words) - 23:35, 4 May 2019
  • ::: [[PowerAda:Optimization/Coding for Better Performance#MARKER-2-977|the heap]]
    18 KB (2,266 words) - 15:41, 24 April 2019
  • : if defined and non-blank, this indicates that Aprobe should use allocate heap space from a large block allocated using malloc(). : if defined and non-blank, this indicates that Aprobe should use the minimal heap size possible.
    54 KB (8,176 words) - 22:19, 26 April 2022
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    18 KB (2,490 words) - 01:36, 6 March 2020
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    19 KB (2,541 words) - 19:23, 1 February 2021
  • The attributes themselves are allocated from the heap (thus any finalization can be called automatically when they are deallocate
    12 KB (2,090 words) - 00:36, 25 April 2019
  • [[Category:Heap]]
    14 KB (1,537 words) - 18:32, 6 November 2023
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    19 KB (2,616 words) - 17:48, 13 September 2021
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    19 KB (2,646 words) - 16:58, 4 October 2021
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    20 KB (2,666 words) - 16:55, 16 February 2022
  • * Any operations that implicitly require heap storage allocation. See D.7(8).
    13 KB (1,817 words) - 10:20, 2 May 2019
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    23 KB (3,108 words) - 01:35, 6 March 2020
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    46 KB (6,407 words) - 01:34, 6 March 2020
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    46 KB (6,444 words) - 01:58, 2 February 2021
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    23 KB (3,151 words) - 19:21, 1 February 2021
  • The APROBE_JAVA_HEAPSIZE environment variable specifies a non-default Java heap sized to be use by the RootCause console GUI. The value of this environmen
    28 KB (4,452 words) - 03:18, 26 June 2018
  • ...The memwatch probe will only probe a few system functions that manipulate heap memory, but these may be invoked thousands of times. The coverage, profile,
    17 KB (2,770 words) - 23:06, 27 February 2019
  • (2572) add heap memory profile (hmp) probe Aprobe: Heap memory stats
    44 KB (6,135 words) - 13:58, 20 December 2018
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    47 KB (6,597 words) - 18:56, 13 September 2021
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    48 KB (6,635 words) - 17:14, 22 September 2021
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    48 KB (6,656 words) - 16:55, 4 October 2021
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    48 KB (6,681 words) - 16:52, 16 February 2022
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    48 KB (6,698 words) - 17:26, 8 September 2022
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    24 KB (3,264 words) - 17:46, 13 September 2021
  • (2572) add heap memory profile (hmp) probe Aprobe: Heap memory stats
    45 KB (6,325 words) - 21:21, 25 October 2019
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    25 KB (3,323 words) - 16:56, 4 October 2021
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    25 KB (3,348 words) - 16:53, 16 February 2022
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    25 KB (3,365 words) - 17:25, 8 September 2022
  • ...fined probes. Among these are: coverage (for test coverage), memwatch (for heap memory usage), profile and statprof (for program execution time profiling),
    20 KB (3,230 words) - 17:29, 22 October 2019
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    61 KB (8,649 words) - 01:35, 6 March 2020
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    62 KB (8,700 words) - 19:22, 1 February 2021
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    62 KB (8,772 words) - 17:47, 13 September 2021
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    62 KB (8,792 words) - 17:02, 22 September 2021
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    62 KB (8,800 words) - 16:57, 4 October 2021
  • (2649) create HMTB - heap memory traceback probe (2572) add heap memory profile (hmp) probe
    63 KB (8,818 words) - 16:54, 16 February 2022
  • (2572) add heap memory profile (hmp) probe heap by default, rather than using private memory-mapped regions which
    60 KB (8,488 words) - 13:59, 20 December 2018
  • (2572) add heap memory profile (hmp) probe heap by default, rather than using private memory-mapped regions which
    61 KB (8,594 words) - 21:23, 25 October 2019
  • ...teristics/Annex M/103|'''(103)''' - Any operations that implicitly require heap storage allocation. See D.7(8).]]
    24 KB (3,169 words) - 02:53, 24 April 2019
  • heap, Java [[RCUG_RootCause_Files_and_Environment_Variables#APROBE_JAVA_HEAPSIZE
    41 KB (5,233 words) - 22:40, 22 March 2019
  • ...the low-level work. One of the things it provides is a mechanism to take a heap dump. Working with the interface requires getting a dynamic pointer to the To call the heap dump you would need a probe to determine when and call the heap dump routine:
    73 KB (12,088 words) - 21:47, 9 May 2017
  • 2672 Include OCS Fast Heap (OFH) 2658 Adaentry with fast-heap rsph1b.ada fails in optimizer
    34 KB (4,606 words) - 16:44, 15 September 2021
  • 2672 Include OCS Fast Heap (OFH) 2658 Adaentry with fast-heap rsph1b.ada fails in optimizer
    34 KB (4,606 words) - 23:13, 17 September 2020
  • (2572) add heap memory profile (hmp) probe
    17 KB (2,324 words) - 14:00, 20 December 2018
  • (2572) add heap memory profile (hmp) probe
    18 KB (2,434 words) - 21:24, 25 October 2019
  • ...ogram or an object declared by an object declaration (as opposed to just a heap-allocated object). See [[Guide:95lrm/RM-3-10|3.10]].
    22 KB (3,415 words) - 05:23, 6 May 2019
  • (2572) add heap memory profile (hmp) probe
    21 KB (2,789 words) - 13:58, 20 December 2018
  • ...and is invariant during the object's lifetime. There is no need to use the heap for the storage of a fixed-length string. ...aximum amount of storage when the object is created, rather than using the heap.
    105 KB (16,252 words) - 16:20, 20 April 2019
  • 2658 Adaentry with fast-heap rsph1b.ada fails in optimizer 1437 unbounded_string finalization corrupts heap
    34 KB (4,594 words) - 17:21, 28 May 2020
  • (2572) add heap memory profile (hmp) probe
    22 KB (3,033 words) - 21:22, 25 October 2019
  • ...y</code>, and you want to use aprobe on <code>Abcentry</code> to check for heap leaks using the predefined probe <code>coverage.ual</code>. You could do th
    39 KB (6,256 words) - 23:00, 27 February 2019
  • ==== 15.11 Where did the "heap" probe go? ==== heap.ual has been superseded by memwatch.ual. This is a simpler, more robust pro
    162 KB (25,627 words) - 17:12, 20 September 2021
  • ...ensure that no such heap requests will be present at run-time, and so the heap usage will be avoided.
    150 KB (24,418 words) - 16:20, 20 April 2019
  • ...ince it will be application specific and many systems avoid the use of the heap and hence are unlikely to have a problem.
    56 KB (8,841 words) - 16:20, 20 April 2019
  • 1437 unbounded_string finalization corrupts heap
    33 KB (4,506 words) - 21:38, 13 October 2020
  • 1437 unbounded_string finalization corrupts heap
    33 KB (4,506 words) - 02:37, 14 March 2019
  • 1437 unbounded_string finalization corrupts heap
    34 KB (4,702 words) - 21:24, 5 February 2019
  • ...ning pointers to the actual attributes, which in turn are allocated from a heap. This table can be preallocated with some initial size. When new attributes
    71 KB (11,214 words) - 16:20, 20 April 2019
  • These functions provide a "lock-free heap" intended primarily for use within the Aprobe runtime. The memory is pre-al
    102 KB (15,018 words) - 23:05, 27 February 2019
  • ...a class-wide type are not as frequently used as are formal parameters and heap objects, but they are useful as intermediates in larger computations. Howev
    128 KB (19,610 words) - 16:21, 20 April 2019
  • :heap management :user-defined heap management [[Guide:95lrm/RM-13-11#I4397|13.11(1)]]
    366 KB (50,768 words) - 23:31, 5 May 2019