HomeSort by relevance Sort by last modified time
    Searched refs:Free (Results 176 - 200 of 414) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.27/gas/
configure.com 6 $! Copyright (C) 2012-2016 Free Software Foundation, Inc.
8 $! This file is free software; you can redistribute it and/or modify
10 $! the Free Software Foundation; either version 3 of the License, or
  /art/libartbase/base/
bit_vector.cc 63 allocator_->Free(storage_);
362 // Free old storage.
363 allocator_->Free(storage_);
  /external/lzma/CPP/7zip/Common/
StreamObjects.cpp 100 void CByteDynBuffer::Free() throw()
102 free(_buf);
185 void CCachedInStream::Free() throw()
  /external/valgrind/helgrind/tests/
tc15_laog_lockdel.stderr.exp 49 Free 2 and re-allocate it. This gives it a new identity,
  /prebuilts/build-tools/common/bison/
lalr1.cc 3 # Copyright (C) 2002-2012 Free Software Foundation, Inc.
5 # This program is free software: you can redistribute it and/or modify
7 # the Free Software Foundation, either version 3 of the License, or
227 /// If null, do not display the symbol, just free it.
    [all...]
lalr1.java 3 # Copyright (C) 2007-2012 Free Software Foundation, Inc.
5 # This program is free software: you can redistribute it and/or modify
7 # the Free Software Foundation, either version 3 of the License, or
glr.cc 5 # Copyright (C) 2002-2012 Free Software Foundation, Inc.
7 # This program is free software: you can redistribute it and/or modify
9 # the Free Software Foundation, either version 3 of the License, or
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
newapis.h 133 pMalloc->Free(pidl);
136 pMalloc->lpVtbl->Free(pMalloc,pidl);
  /tools/dexter/dexter/
dexter.cc 267 virtual void Free(void* ptr) { ::free(ptr); }
287 allocator.Free(new_image);
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.crypto.ec/
ecc.md 78 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
92 free software--to make sure the software is free for all its users.
96 Free Software Foundation and other authors who decide to use it. You
101 When we speak of free software, we are referring to freedom of use,
103 you have the freedom to distribute copies of free software (and charge
106 it in new free programs; and that you are informed that you can do
127 there is no warranty for the free library. Also, if the library is
134 any free program. We wish to make sure that a company cannot
135 effectively restrict the users of a free program by obtaining
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.crypto.ec/
ecc.md 78 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
92 free software--to make sure the software is free for all its users.
96 Free Software Foundation and other authors who decide to use it. You
101 When we speak of free software, we are referring to freedom of use,
103 you have the freedom to distribute copies of free software (and charge
106 it in new free programs; and that you are informed that you can do
127 there is no warranty for the free library. Also, if the library is
134 any free program. We wish to make sure that a company cannot
135 effectively restrict the users of a free program by obtaining
    [all...]
  /external/v8/src/heap/
spaces.cc 172 // Sort and merge the free blocks on the free list and the allocation list.
179 // Add adjacent free blocks to the current merged block.
252 free_list_.Free();
253 allocation_list_.Free();
269 // Don't leave a small free block, useless for a large object or chunk.
382 // to the pooled list. In case of kReleasePooled we need to free them
385 allocator_->Free<MemoryAllocator::kAlreadyPooled>(chunk);
415 // We cannot free a memory chunk in new space while the sweeper is running
922 void MemoryAllocator::Free(MemoryChunk* chunk)
    [all...]
  /external/valgrind/VEX/priv/
host_generic_reg_alloc2.c 13 This program is free software; you can redistribute it and/or
15 published by the Free Software Foundation; either version 2 of the
24 along with this program; if not, write to the Free Software
113 enum { Free, /* available for use */
480 case Free: vex_printf("Free\n"); break; \
522 rreg_state[j].disp = Free;
908 /* Find two adjacent free slots in which between them
    [all...]
  /art/runtime/gc/space/
large_object_space.cc 82 size_t Free(Thread* self, mirror::Object* obj) OVERRIDE {
85 return LargeObjectMapSpace::Free(self, object_with_rdz);
185 size_t LargeObjectMapSpace::Free(Thread* self, mirror::Object* ptr) {
191 LOG(FATAL) << "Attempted to free large object " << ptr << " which was not live";
221 total += Free(self, ptrs[i]);
246 // Keeps track of allocation sizes + whether or not the previous allocation is free.
247 // Used to coalesce free blocks and find the best fit block for an allocation for best fit object
248 // allocation. Each allocation has an AllocationInfo which contains the size of the previous free
263 // Updates the allocation size and whether or not it is free.
264 void SetByteSize(size_t size, bool free) {
    [all...]
rosalloc_space.cc 193 size_t RosAllocSpace::Free(Thread* self, mirror::Object* ptr) {
196 CHECK(Contains(ptr)) << "Free (" << ptr << ") not in bounds of heap " << *this;
202 return rosalloc_->Free(self, ptr);
space_test.h 256 // Free some objects
268 space->Free(self, object);
308 space->Free(self, large_object.Assign(nullptr));
rosalloc_space.h 66 size_t Free(Thread* self, mirror::Object* ptr) OVERRIDE
space.h 229 virtual size_t Free(Thread* self, mirror::Object* ptr) = 0;
236 // Returns the total free bytes in the revoked thread local runs that's to be subtracted
242 // Returns the total free bytes in the revoked thread local runs that's to be subtracted
  /external/v8/src/base/platform/
platform-posix.cc 107 OS::Free(mbase, allocated);
117 void OS::Free(void* address, const size_t size) {
338 if (memory_) OS::Free(memory_, size_);
  /external/lzma/C/Util/7z/
7zMain.c 385 allocImp.Free = SzFree;
388 allocTempImp.Free = SzFreeTemp;
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 272 allocImp.Free = SzFree;
275 allocTempImp.Free = SzFreeTemp;
  /external/pdfium/third_party/lcms/src/
cmserr.c 6 // Permission is hereby granted, free of charge, to any person obtaining
105 // Generic free memory
232 // Free the header
240 cmsUInt32Number Free = sub -> h ->BlockSize - sub -> h -> Used;
246 if (size > Free) {
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 94 x87_stack_.Free(reg);
380 void Free(X87Register reg);
  /art/compiler/utils/
swap_space.cc 112 // Check the free list for something that fits.
151 // Not a big enough free chunk, need to increase file size.
174 LOG(ERROR) << "Free list:";
176 LOG(ERROR) << "In free list: " << CollectFree(free_by_start_, free_by_size_);
190 void SwapSpace::Free(void* ptr, size_t size) {
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 51 #define OKFREE(x, y) if ((x) < 0) { FREE((y)); EV_ERR(errno); } \
63 #define FREE(p) memput((p), sizeof *(p))
169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
176 struct { struct evEvent_p *next; } free; member in union:evEvent_p::__anon1444

Completed in 768 milliseconds

1 2 3 4 5 6 78 91011>>