HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 326 - 350 of 611) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
vec.h 97 DEF_VEC_ALLOC_{O,P,I}(TYPEDEF,ALLOC) macro to get memory managed
99 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the
196 #define VEC_alloc(T,A,N) (VEC_OP(T,A,alloc)(N MEM_STAT_INFO))
469 unsigned alloc; \
477 unsigned alloc; \
576 vec_->alloc = alloc_; \
583 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
591 VEC_ASSERT (vec_->num < vec_->alloc, "push", T, base); \
633 VEC_ASSERT (vec_->num < vec_->alloc, "insert", T, base);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
vec.h 97 DEF_VEC_ALLOC_{O,P,I}(TYPEDEF,ALLOC) macro to get memory managed
99 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the
196 #define VEC_alloc(T,A,N) (VEC_OP(T,A,alloc)(N MEM_STAT_INFO))
469 unsigned alloc; \
477 unsigned alloc; \
576 vec_->alloc = alloc_; \
583 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
591 VEC_ASSERT (vec_->num < vec_->alloc, "push", T, base); \
633 VEC_ASSERT (vec_->num < vec_->alloc, "insert", T, base);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
vec.h 97 DEF_VEC_ALLOC_{O,P,I}(TYPEDEF,ALLOC) macro to get memory managed
99 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the
196 #define VEC_alloc(T,A,N) (VEC_OP(T,A,alloc)(N MEM_STAT_INFO))
469 unsigned alloc; \
477 unsigned alloc; \
576 vec_->alloc = alloc_; \
583 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
591 VEC_ASSERT (vec_->num < vec_->alloc, "push", T, base); \
633 VEC_ASSERT (vec_->num < vec_->alloc, "insert", T, base);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 429 llvm::BumpPtrAllocator &Alloc;
442 llvm::BumpPtrAllocator& alloc,
445 EnvMgr(alloc),
446 GDMFactory(alloc),
447 svalBuilder(createSimpleSValBuilder(alloc, Ctx, *this)),
448 Alloc(alloc) {
456 llvm::BumpPtrAllocator& alloc)
458 EnvMgr(alloc),
459 GDMFactory(alloc),
    [all...]
  /external/valgrind/main/exp-ptrcheck/tests/
and.stderr.exp 27 legitimate range, a block of size 40 alloc'd
46 legitimate range, a block of size 40 alloc'd
55 legitimate range, a block of size 40 alloc'd
61 First arg derived from address 0x........ of 40-byte block alloc'd
64 Second arg derived from address 0x........ of 40-byte block alloc'd
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 333 hostOnlyURLString = [[NSString alloc] initWithFormat:@"%@://%@:%d", scheme, host, [port intValue]];
335 hostOnlyURLString = [[NSString alloc] initWithFormat:@"%@://%@", scheme, host];
336 NSURL *hostOnlyURL = [[NSURL alloc] initWithString:hostOnlyURLString];
367 object = [[NSObject alloc] init];
    [all...]
  /external/wpa_supplicant/
libtommath.c 93 int used, alloc, sign; member in struct:__anon13913
186 if (c->alloc < max + 1) {
264 if (c->alloc < max) {
340 a->alloc = MP_PREC;
364 a->alloc = a->used = 0;
903 if (a->alloc < 2) {
1058 for (n = 0; n < a->alloc; n++) {
1075 if (b->alloc < a->used) {
1205 /* if the alloc size is smaller alloc more ram *
    [all...]
  /external/mksh/src/
tree.c 444 r = alloc(sizeof(struct op), ap);
459 rw = r->vars = alloc((tw - (const char **)t->vars + 1) *
471 r->args = (const char **)(rw = alloc((tw - t->args + 1) *
491 return (memcpy(alloc(len, ap), wp, len));
641 ior = alloc((ior - iow + 1) * sizeof(struct ioword *), ap);
647 q = alloc(sizeof(struct ioword), ap);
  /external/webkit/Source/WebKit/mac/Misc/
WebNSDataExtras.m 346 NSString *mergedValue = [[NSString alloc] initWithFormat:@"%@%@", currentValue, newValue];
374 value = [[NSString alloc] initWithString:@""];
383 NSString *newValue = [[NSString alloc] initWithFormat:@"%@, %@", oldValue, value];
WebDownload.mm 197 _webInternal = [[WebDownloadInternal alloc] init];
210 _webInternal = [[WebDownloadInternal alloc] init];
WebElementDictionary.mm 160 _cache = [[NSMutableDictionary alloc] initWithCapacity:lookupTableCount];
164 _nilValues = [[NSMutableSet alloc] initWithCapacity:lookupTableCount];
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 119 NSDictionary *launchProperties = [[NSDictionary alloc] initWithObjectsAndKeys:
153 NSDictionary *hostProperties = [[NSDictionary alloc] initWithObjectsAndKeys:
220 RetainPtr<NSMutableDictionary> properties(AdoptNS, [[NSMutableDictionary alloc] init]);
  /external/webkit/Source/WebKit/gtk/tests/
testatkroles.c 53 GtkAllocation alloc; member in struct:__anon13560
71 fixture->alloc = (GtkAllocation) { 0, 0, 800, 600 };
75 gtk_widget_size_allocate(fixture->webView, &fixture->alloc);
  /bootable/bootloader/legacy/arch_msm7k/
hsusb.c 61 ept = alloc(sizeof(*ept));
115 req = alloc(sizeof(*req));
116 req->buf = alloc(bufsiz);
117 req->item = alloc(32);
  /external/freetype/src/base/
ftsystem.c 296 memory->alloc = ft_alloc;
  /external/qemu/telephony/
gsm.h 189 extern void gsm_rope_init_alloc( GsmRope rope, int alloc );
  /external/skia/include/core/
SkTDict.h 55 char* copy = (char*)fStrings.alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType);
  /external/skia/src/core/
SkChunkAlloc.cpp 110 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { function in class:SkChunkAlloc
  /external/stlport/src/
sparc_atomic.s 1 .section ".text",#alloc,#execinstr
sparc_atomic64.s 1 .section ".text",#alloc,#execinstr
  /external/valgrind/main/memcheck/tests/
mempool.stderr.exp 20 Address 0x........ is 70 bytes inside a block of size 100,000 alloc'd
29 Address 0x........ is 96 bytes inside a block of size 100,000 alloc'd
  /external/webkit/Source/JavaScriptCore/assembler/
AssemblerBuffer.h 147 void* result = allocator->alloc(m_size);
  /external/webkit/Source/WebCore/editing/mac/
EditorMac.mm 112 NSShadow* s = [[NSShadow alloc] init];
213 RetainPtr<NSMutableArray> types(AdoptNS, [[NSMutableArray alloc] init]);
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultUIDelegate.m 56 sharedDelegate = [[WebDefaultUIDelegate alloc] init];
168 WebJavaScriptTextInputPanel *panel = [[WebJavaScriptTextInputPanel alloc] initWithPrompt:prompt text:defaultText];
  /external/webkit/Source/WebKit/mac/History/
WebBackForwardList.mm 84 return [[[WebBackForwardList alloc] initWithBackForwardList:backForwardList] autorelease];
205 NSMutableArray *result = [[[NSMutableArray alloc] initWithCapacity:size] autorelease];

Completed in 1491 milliseconds

<<11121314151617181920>>