Lines Matching full:allocated
42 ** Print a list of currently allocated blocks,
90 maintains a hash table describing all currently allocated
114 If the space cannot be allocated, then the object pointed to
164 following values with each currently allocated block:
175 the block was allocated, but you can specify an arbitrary
181 allocated.
186 allocated and will never be freed. The meanings of other group
188 Unless you take special action, all blocks allocated by
197 tag values associated with each allocated block.
231 will assign a newly allocated block to.
250 This prints a list of all allocated blocks that do not belong to group 0.
251 (Blocks in group 0 are assumed to be permanently allocated,
324 to stream giving the total number of bytes currently allocated.
331 for each block of memory currently allocated, providing that
333 (Such blocks are assumed to be permanently allocated storage, and
338 allocated block, regardless of the group.
382 This will cause a table of all currently allocated blocks to be
399 This will print a list of all allocated blocks.
405 free. Because the storage was not allocated using sm_malloc, you
415 can be smaller than the actual size of the allocated block, but it must
417 source code the block was allocated, and is printed by sm_heap_report.