HomeSort by relevance Sort by last modified time
    Searched refs:preallocated (Results 1 - 8 of 8) sorted by null

  /external/valgrind/drd/
drd_vc.c 319 || vc->vc == vc->preallocated);
326 && vc->vc != vc->preallocated
333 tl_assert((vc->vc == 0 || vc->vc == vc->preallocated)
338 VG_(memcpy)(vc->vc, vc->preallocated,
343 tl_assert(vc->vc == vc->preallocated
360 vc->vc = vc->preallocated;
375 || vc->vc == vc->preallocated);
drd_vc.h 69 VCElem preallocated[VC_PREALLOCATED]; member in struct:__anon42611
  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go 243 // We have preallocated overflow buckets available.
247 // We're not at the end of the preallocated overflow buckets. Bump the pointer.
250 // This is the last preallocated overflow bucket.
883 // We preallocated some overflow buckets.
885 // we use the convention that if a preallocated overflow bucket's overflow
    [all...]
map_test.go 620 // have a nil bucket pointer due to starting with preallocated buckets
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 243 // We have preallocated overflow buckets available.
247 // We're not at the end of the preallocated overflow buckets. Bump the pointer.
250 // This is the last preallocated overflow bucket.
883 // We preallocated some overflow buckets.
885 // we use the convention that if a preallocated overflow bucket's overflow
    [all...]
map_test.go 620 // have a nil bucket pointer due to starting with preallocated buckets
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 347 /// reasons, this space is preallocated on the stack and does not grow if
  /build/soong/finder/
finder.go     [all...]

Completed in 213 milliseconds