Home | History | Annotate | Download | only in metrics

Lines Matching defs:cookie

98   uint32_t cookie;     // Constant value indicating completed allocation.
108 uint32_t cookie; // Some value that indicates complete initialization.
344 if (shared_meta()->cookie != kGlobalCookie) {
355 if (shared_meta()->cookie != 0 ||
363 shared_meta()->queue.cookie != 0 ||
366 first_block->cookie != 0 ||
374 shared_meta()->cookie = kGlobalCookie;
384 shared_meta()->queue.cookie = kBlockCookieQueue;
402 shared_meta()->tailptr == 0 || shared_meta()->queue.cookie == 0 ||
680 block->cookie = kBlockCookieWasted;
714 block->cookie != kBlockCookieFree ||
726 block->cookie = kBlockCookieAllocated;
859 if (block->cookie != kBlockCookieAllocated)