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

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)