HomeSort by relevance Sort by last modified time
    Searched defs:HEAP (Results 1 - 4 of 4) sorted by null

  /development/scripts/
stack 234 HEAP = "[heap]"
293 if area == UNKNOWN or area == HEAP or area == STACK:
326 if area == UNKNOWN or area == HEAP or area == STACK or not area:
  /external/e2fsprogs/e2fsck/
mtrace.h 99 /* The allocator divides the heap into blocks of fixed size; large
109 /* Determine the amount of memory spanned by the initial heap table
111 #define HEAP (INT_BIT > 16 ? 4194304 : 65536)
120 /* Heap information for a busy block. */
137 /* Heap information for a free block
147 /* Pointer to first block of the heap. */
157 /* Current search index for the heap table. */
217 size_t bytes_total; /* Total size of the heap. */
  /external/v8/src/
heap.h 43 // TODO(isolates): remove HEAP here
44 #define HEAP (_inline_get_heap_())
45 class Heap;
46 inline Heap* _inline_get_heap_();
49 // Defines all the roots in Heap.
240 typedef String* (*ExternalStringTableUpdaterCallback)(Heap* heap,
243 typedef bool (*DirtyRegionCallback)(Heap* heap,
249 // The all static Heap captures the interface to the global object heap
    [all...]
isolate.h 41 #include "heap.h"
611 (exception != heap()->termination_exception());
821 Heap* heap() { return &heap_; } function in class:v8::internal::Isolate
    [all...]

Completed in 220 milliseconds