OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:free
(Results
1826 - 1850
of
5893
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/prebuilts/misc/common/swig/include/2.0.11/guile/
list-vector.i
176
if ((*$2)!=NULL)
free
(*$2);
219
/* For the char *,
free
all strings after converting */
234
if ((*$2)[i] != NULL)
free
((*$2)[i]);
236
free
(*$2);
252
if (($2)[i] != NULL)
free
(($2)[i]);
253
free
($2);
425
if ((*$1)!=NULL)
free
(*$1);
485
if ((*$1)[i] != NULL)
free
((*$1)[i]);
486
free
(*$1);
/prebuilts/misc/common/swig/include/2.0.11/java/
various.i
60
free
($1[i]);
61
free
($1);
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftstdlib.h
132
#define ft_sfree
free
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymem.h
18
Because the Python implementation is
free
to change internal details, and
23
calloc/
free
. For example, on Windows different DLLs may end up using
25
heap used by the Python DLL; it could be a disaster if you
free
()'ed that
45
free
. These functions make sure that allocating 0 bytes returns a distinct
56
/* Starting from Python 1.6, the wrappers Py_{Malloc,Realloc,
Free
} are
78
#define PyMem_FREE
free
113
* anymore. They're just confusing aliases for PyMem_{
Free
,
FREE
} now.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dis.py
69
free
= None
105
if
free
is None:
106
free
= co.co_cellvars + co.co_freevars
107
print '(' +
free
[oparg] + ')',
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymem.h
18
Because the Python implementation is
free
to change internal details, and
23
calloc/
free
. For example, on Windows different DLLs may end up using
25
heap used by the Python DLL; it could be a disaster if you
free
()'ed that
45
free
. These functions make sure that allocating 0 bytes returns a distinct
56
/* Starting from Python 1.6, the wrappers Py_{Malloc,Realloc,
Free
} are
78
#define PyMem_FREE
free
113
* anymore. They're just confusing aliases for PyMem_{
Free
,
FREE
} now.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dis.py
69
free
= None
105
if
free
is None:
106
free
= co.co_cellvars + co.co_freevars
107
print '(' +
free
[oparg] + ')',
/system/bt/osi/src/
allocator.c
80
free
(allocation_tracker_notify_free(alloc_allocator_id, ptr));
eager_reader.c
131
//
Free
the current buffer, because it's not in the queue
134
reader->allocator->
free
(reader->current_buffer);
136
fixed_queue_free(reader->buffers, reader->allocator->
free
);
196
reader->allocator->
free
(reader->current_buffer);
267
reader->allocator->
free
(buffer);
hash_map.c
77
zeroed_allocator->
free
(hash_map);
96
hash_map->allocator->
free
(hash_map->bucket);
97
hash_map->allocator->
free
(hash_map);
224
hash_map->allocator->
free
(hash_map_entry);
/system/core/libcutils/
open_memstream.c
38
* - After fclose(), the caller must eventually
free
(*bufp).
212
* Close the memstream. We
free
everything but the data buffer.
216
free
(cookie);
240
free
(stream);
294
free
(buf);
309
free
(buf);
/system/core/libdiskconfig/
write_lst.c
47
free
(item);
/system/core/trusty/gatekeeper/
trusty_gatekeeper_ipc.c
55
free
(msg);
/system/extras/ext4_utils/
blk_alloc_to_base_fs.c
77
free
(spaced_allocs);
/system/security/keystore-engine/
rsa_meth.cpp
97
free
(reply);
101
free
(reply);
109
free
(reply);
178
free
(reply);
/toolchain/binutils/binutils-2.25/bfd/
cpu-arm.c
2
Copyright (C) 1994-2014
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
18
along with this program; if not, write to the
Free
Software
339
free
(buffer);
344
free
(buffer);
404
free
(buffer);
410
free
(buffer);
/toolchain/binutils/binutils-2.25/binutils/
addr2line.c
2
Copyright (C) 1997-2014
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, or (at your option)
18
along with this program; if not, write to the
Free
Software
141
free
(syms);
304
free
(alloc);
381
free
(matching);
401
free
(syms);
/toolchain/binutils/binutils-2.25/gprof/
utils.c
90
free
(demangled);
/toolchain/binutils/binutils-2.25/intl/
bindtextdom.c
2
Copyright (C) 1995-1998, 2000, 2001, 2002
Free
Software Foundation, Inc.
4
This program is
free
software; you can redistribute it and/or modify it
6
by the
Free
Software Foundation; either version 2, or (at your option)
15
License along with this program; if not, write to the
Free
Software
171
free
(binding->dirname);
208
free
(binding->codeset);
330
free
(new_binding->dirname);
332
free
(new_binding);
log.c
2
Copyright (C) 2003
Free
Software Foundation, Inc.
4
This program is
free
software; you can redistribute it and/or modify it
6
by the
Free
Software Foundation; either version 2, or (at your option)
15
License along with this program; if not, write to the
Free
Software
77
free
(last_logfilename);
textdomain.c
2
Copyright (C) 1995-1998, 2000, 2001, 2002
Free
Software Foundation, Inc.
4
This program is
free
software; you can redistribute it and/or modify it
6
by the
Free
Software Foundation; either version 2, or (at your option)
15
License along with this program; if not, write to the
Free
Software
131
free
(old_domain);
/toolchain/binutils/binutils-2.25/ld/
sysdep.h
2
Copyright (C) 1995-2014
Free
Software Foundation, Inc.
6
This program is
free
software; you can redistribute it and/or modify
8
the
Free
Software Foundation; either version 3 of the License, or
17
along with this program; if not, write to the
Free
Software
115
extern void
free
();
/toolchain/binutils/binutils-2.25/libiberty/
getpwd.c
90
free
(p);
lrealpath.c
4
Copyright 2003
Free
Software Foundation, Inc.
8
This program is
free
software; you can redistribute it and/or modify
10
the
Free
Software Foundation; either version 2 of the License, or
19
along with this program; if not, write to the
Free
Software
125
free
(buf);
make-relative-prefix.c
3
1999, 2000, 2001, 2002, 2006, 2012
Free
Software Foundation, Inc.
7
GCC is
free
software; you can redistribute it and/or modify it under
8
the terms of the GNU General Public License as published by the
Free
18
along with GCC; see the file COPYING. If not, write to the
Free
160
free
(dirs);
211
free
(dirs[i++]);
213
free
((char *) dirs);
318
free
(full_progname);
Completed in 565 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>