Home
last modified time | relevance | path

Searched refs:guard_size (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/
Denv.cc165 options->guard_size = 0; in TF_DefaultThreadOptions()
174 cc_options.guard_size = options->guard_size; in TF_StartThread()
Denv.h52 size_t guard_size; member
/external/tensorflow/tensorflow/core/platform/
Denv.h424 size_t guard_size = 0; // 0: use system default value member
/external/v8/src/heap/
Dspaces.cc1293 const size_t guard_size = CodePageGuardSize(); in AllocateChunk() local
1297 DCHECK_LE(commit_size, reserved_size - 2 * guard_size); in AllocateChunk()
1300 const Address post_guard_page = start + reserved_size - guard_size; in AllocateChunk()