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

  /external/oprofile/libop/
op_config_24.h 72 #define POOL_SIZE 65536
op_interface.h 85 #define OP_HASH_MAP_SIZE (OP_HASH_MAP_NR * sizeof(struct op_hash_index) + POOL_SIZE)
  /external/compiler-rt/lib/interception/
interception_win.cc 61 const int POOL_SIZE = 1024;
65 pool = (char *)VirtualAlloc(NULL, POOL_SIZE, MEM_RESERVE | MEM_COMMIT,
71 _memset(pool, 0xCC /* int 3 */, POOL_SIZE);
74 if (pool_used + size > POOL_SIZE)
  /external/clang/lib/Sema/
IdentifierResolver.cpp 32 static const unsigned int POOL_SIZE = 512;
41 IdDeclInfo Pool[POOL_SIZE];
48 IdDeclInfoMap() : CurPool(nullptr), CurIndex(POOL_SIZE) {}
391 if (CurIndex == POOL_SIZE) {
  /external/oprofile/module/
op_dname.c 57 op_pool_end = op_pool_start + POOL_SIZE;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/jdiff/
xerces.jar 

Completed in 703 milliseconds